From 20522e81bb956f23fcb74794d4b4e01d8f7f5640 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 9 Oct 2019 15:51:14 -0700 Subject: [PATCH] Display all test results --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61b9600..368e0bf 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