Ci reporting

This commit is contained in:
Ingo Lütkebohle 2019-06-17 14:50:07 +00:00
parent 8e80d8b4fd
commit 2a1d2db8f0

View file

@ -16,6 +16,9 @@ build:
artifacts: artifacts:
paths: paths:
- install - install
- build
reports:
junit: build/**/Test.xml
build_enabled: build_enabled:
script: script:
@ -24,3 +27,6 @@ build_enabled:
artifacts: artifacts:
paths: paths:
- install - install
- build
reports:
junit: build/**/Test.xml