Make .gitlab-ci file override test options so that all tests run
This commit is contained in:
parent
213a57a027
commit
a9b5216381
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue