Update Test.xml glob expression

This commit is contained in:
Ingo Lütkebohle 2019-06-19 14:09:01 +00:00
parent cc3c142f9f
commit fb5a10911f

View file

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