From fa8d92b03f1672e93d644bc659614a7bdc1f7927 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 8 Mar 2020 17:03:32 -0400 Subject: [PATCH] Remove pytest test options overriding in CI config Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb36794..c995575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,6 @@ build: - . /root/ws/install/local_setup.sh script: - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST - - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --pytest-args -o addopts= + - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test-result --all <<: *global_artifacts