From 28b021d1d35dee9b7f52d39b0c8ac68b4ff97313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20L=C3=BCtkebohle?= Date: Mon, 8 Jul 2019 10:20:51 +0000 Subject: [PATCH] Address split WS --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9f018..6aedc32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build_enabled: image: $base_image_id script: - vcs import < instrumentation.repos - - rosdep install --from-paths . -i . --rosdistro dashing -y + - rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y - lttng-sessiond --daemonize - . /root/ws/install/local_setup.sh - colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST