Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstar55 authored Jan 16, 2021
1 parent e6f2b1f commit 600ad6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ test:
stage: test
script:
- mvn verify
artifacts:
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml

package:
stage: package
Expand All @@ -33,4 +38,3 @@ deploy:
stage: deploy
script:
- mvn deploy -s ci_settings.xml

0 comments on commit 600ad6a

Please sign in to comment.