diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61b96007384a05b4ce44ab4db032ed4a4937da3c..368e0bf7d31810c991a3999c9d95cfbe4cfc193c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build_enabled: - . install/local_setup.sh - ./build/tracetools/status - colcon test --packages-select $PACKAGES_LIST - - colcon test-result + - colcon test-result --all <<: *global_artifacts build_disabled: @@ -36,7 +36,7 @@ build_disabled: - . install/local_setup.sh - (! ./build/tracetools/status) - colcon test --packages-select $PACKAGES_LIST - - colcon test-result + - colcon test-result --all <<: *global_artifacts build_no_lttng: @@ -46,5 +46,5 @@ build_no_lttng: - . install/local_setup.sh - (! ./build/tracetools/status) - colcon test --packages-select $PACKAGES_LIST - - colcon test-result + - colcon test-result --all <<: *global_artifacts