Skip to content

Commit

Permalink
CI reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Apr 14, 2020
1 parent 7e3ee68 commit c593abf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
image: maven:latest

test:
java:
stage: test
script:
- mvn --batch-mode test
- mvn verify
artifacts:
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml

0 comments on commit c593abf

Please sign in to comment.