From 90104998f09dd287e908ba6c9f79426e80e29c1e Mon Sep 17 00:00:00 2001 From: SebastianEbert <sebastian.ebert@tu-dresden.de> Date: Wed, 8 Apr 2020 12:08:15 +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 b6cebcc..92347cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ build-ws: - apt-get install cmake-curses-gui - apt-get install libssl-dev - apt-get install libcppunit-dev + - Y - echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc - source ~/.bashrc - rosdep install -y --from-paths . -- GitLab