From b24be5a0c54ca900f056b7b228365495f2e4e47a Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Fri, 9 Jul 2021 14:00:37 +0200
Subject: [PATCH] added cmakelists from installer

---
 .gitlab-ci.yml             | 1 -
 rosjava/src/CMakeLists.txt | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 120000 rosjava/src/CMakeLists.txt

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8f2b47..2e5e523 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ stages:
 build-ws:
   image: osrf/ros:noetic-desktop-full
   stage: build
-  allow_failure: true
   script:
     - apt-get update
     - apt-get install -y python3-osrf-pycommon python3-catkin-tools build-essential python3-rosdep ros-noetic-catkin ros-noetic-rospack openjdk-8-jdk
diff --git a/rosjava/src/CMakeLists.txt b/rosjava/src/CMakeLists.txt
new file mode 120000
index 0000000..2016816
--- /dev/null
+++ b/rosjava/src/CMakeLists.txt
@@ -0,0 +1 @@
+/opt/ros/noetic/share/catkin/cmake/toplevel.cmake
\ No newline at end of file
-- 
GitLab