Commit 3e97eb5

mo khan <mo.khan@gmail.com>
2019-09-02 19:19:59
export junit reports
1 parent 9286709
Changed files (1)
.gitlab-ci.yml
@@ -27,6 +27,9 @@ verify:
   stage: test
   script:
     - mvn verify
+  artifacts:
+    reports:
+      junit: target/surefire-reports/TEST-*.xml
 
 javadoc:
   image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA