Add reference to test reports

This commit is contained in:
Oystein Kristoffer Tveit 2021-02-17 19:37:24 +01:00
parent 6d93c4cbb5
commit f3ea856580
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ unittest-job:
artifacts:
paths:
- target/
when: always
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
# integrationtest-job:
# stage: test