From f1a8b7321772b952d5fd178eb6c272a72397deb6 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 14 Mar 2020 16:53:45 -0400 Subject: [PATCH] Do not source before testing for other jobs Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0a7301..f00210a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,6 @@ tracing_disabled: image: $BASE_IMAGE_ID:$DISTRO script: - colcon build --symlink-install --event-handlers console_cohesion+ --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST - - . install/local_setup.sh - (! ./build/tracetools/status) - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test-result --all @@ -44,7 +43,6 @@ no_lttng: image: $BASE_IMAGE_ID:$DISTRO-base script: - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST - - . install/local_setup.sh - (! ./build/tracetools/status) - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test-result --all