From a9b521638172e171ad695f7c1c6289041c83e1da Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 31 Dec 2019 20:44:24 -0500 Subject: [PATCH] Make .gitlab-ci file override test options so that all tests run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a0fa3..873d4e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,6 @@ build: script: - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - . install/local_setup.sh - - colcon test --packages-select $PACKAGES_LIST + - colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts= - colcon test-result --all <<: *global_artifacts