Add reference to test reports
This commit is contained in:
parent
6d93c4cbb5
commit
f3ea856580
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue