Make .gitlab-ci file override test options so that all tests run

This commit is contained in:
Christophe Bedard 2019-12-31 20:44:24 -05:00
parent 213a57a027
commit a9b5216381

View file

@ -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