From b6c113a04176b2cb3fdeddf3109e388ff5a368d8 Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Fri, 9 Jul 2021 12:25:38 +0200
Subject: [PATCH] fixed ci

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e040cfc..3548a49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,6 @@ build-ws:
     - cd rosjava
     - rosdep update
     - rosdep install -y -i --from-paths . || true
-    - catkin build
+    - catkin_make
   tags:
   - highmem
-- 
GitLab