Merge branch 'fix-test-results' into 'master'

Fix test report artifacts

See merge request ros_tracing/ros2_tracing!30
This commit is contained in:
Christophe Bedard 2019-06-26 07:32:06 +00:00
commit 6bfa9ec3ea

View file

@ -21,7 +21,7 @@ before_script:
# - install # - install
# - build/*/test_results/*/*.xunit.xml # - build/*/test_results/*/*.xunit.xml
# reports: # reports:
# junit: build/*/Testing/*/Test.xml # junit: build/*/test_results/*/*.xunit.xml
build_enabled: build_enabled:
script: script:
@ -32,4 +32,4 @@ build_enabled:
- install - install
- build/*/test_results/*/*.xunit.xml - build/*/test_results/*/*.xunit.xml
reports: reports:
junit: build/*/Testing/*/Test.xml junit: build/*/test_results/*/*.xunit.xml