From dcdbdaf68c26c5df6b794689e324ce90c2068f68 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 4 Mar 2020 10:37:30 -0800 Subject: [PATCH] Do not source before testing Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0055f19..67a8296 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ build: - . /root/ws/install/local_setup.sh script: - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - - . install/local_setup.sh - colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts= - colcon test-result --all <<: *global_artifacts