From eff2b94faa8f57202542b67c8a7c05edf0cfa7fb Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 27 Apr 2021 18:48:28 -0400 Subject: [PATCH] Fix warning in CI by cloning ros2_tracing in test job too Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3246452..12f8957 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,8 +46,8 @@ test: - build dependencies: - build + <<: *before_script_build script: - - . /root/ws/install/local_setup.sh - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test-result --all --verbose <<: *test_artifacts