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