From 0ae3a260b4b45e50aa8fc24934d32a8d363a4465 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 6 Aug 2019 10:24:00 +0200 Subject: [PATCH] Do rosdep install in before_script --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ee45e7..b83c222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,13 @@ variables: before_script: - git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git + - rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y + - . /root/ws/install/local_setup.sh build: script: - colcon build --symlink-install --packages-up-to $PACKAGES_LIST + - . install/local_setup.sh - colcon test --packages-select $PACKAGES_LIST - colcon test-result artifacts: