From e24ea3da87b1f2b6fc1316c959a052aa6d422fa1 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 13 Oct 2019 13:29:39 -0700 Subject: [PATCH] Make use of full source CI base image --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b83c222..73f00ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,10 @@ variables: DOCKER_DRIVER: overlay2 PACKAGES_LIST: tracetools_analysis -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: + before_script: + - git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git + - . /root/ws/install/local_setup.sh script: - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - . install/local_setup.sh