From 8b5c7b3d185e8611d7187695ea0dc6a4d8192e08 Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Fri, 9 Jul 2021 16:30:17 +0200
Subject: [PATCH] updated ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e5e523..bba1e23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ build-ws:
     - cd rosjava
     - rosdep update
     - rosdep install -y -i --from-paths . || true
+    - catkin_make || true
     - catkin_make
   tags:
   - highmem
-- 
GitLab