Commit 03d7c11
Changed files (1)
.gitlab-ci.yml
@@ -1,9 +1,5 @@
-java:
- stage: test
+image: maven
+
+build:
script:
- mvn verify
- artifacts:
- reports:
- junit:
- - target/surefire-reports/TEST-*.xml
- - target/failsafe-reports/TEST-*.xml