Add reference to test reports
This commit is contained in:
parent
6d93c4cbb5
commit
f3ea856580
@ -40,6 +40,13 @@ unittest-job:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
junit:
|
||||||
|
- target/surefire-reports/TEST-*.xml
|
||||||
|
- target/failsafe-reports/TEST-*.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# integrationtest-job:
|
# integrationtest-job:
|
||||||
# stage: test
|
# stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user