Commit 03d7c11

mokha <mokha@cisco.com>
2019-05-09 00:21:56
try maven image
1 parent 3610e17
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