Skip to content

Commit 600ad6a

Browse files
authored
Update .gitlab-ci.yml
1 parent e6f2b1f commit 600ad6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitlab-ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ test:
2323
stage: test
2424
script:
2525
- mvn verify
26+
artifacts:
27+
reports:
28+
junit:
29+
- target/surefire-reports/TEST-*.xml
30+
- target/failsafe-reports/TEST-*.xml
2631

2732
package:
2833
stage: package
@@ -33,4 +38,3 @@ deploy:
3338
stage: deploy
3439
script:
3540
- mvn deploy -s ci_settings.xml
36-

0 commit comments

Comments
 (0)