Merge branch 'ci-test-result-path' into 'master'

Update Test.xml glob expression

See merge request micro-ROS/ros2_tracing!7
This commit is contained in:
Ingo Lütkebohle 2019-06-19 14:09:01 +00:00
commit cb1ecec72e

View file

@ -16,9 +16,8 @@ build:
artifacts: artifacts:
paths: paths:
- install - install
- build
reports: reports:
junit: build/**/Test.xml junit: build/*/Testing/*/Test.xml
build_enabled: build_enabled:
script: script:
@ -27,6 +26,5 @@ build_enabled:
artifacts: artifacts:
paths: paths:
- install - install
- build
reports: reports:
junit: build/**/Test.xml junit: build/*/Testing/*/Test.xml