Do not source before testing

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-04 10:37:30 -08:00
parent 01163813b1
commit dcdbdaf68c

View file

@ -23,7 +23,6 @@ build:
- . /root/ws/install/local_setup.sh - . /root/ws/install/local_setup.sh
script: script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh
- colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts= - colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts=
- colcon test-result --all - colcon test-result --all
<<: *global_artifacts <<: *global_artifacts