Skip to content
Snippets Groups Projects
Commit 368b2a9e authored by Mirco Tries's avatar Mirco Tries
Browse files

Added junit reports

parent c1ee5423
No related branches found
Tags 1.0-RC4
1 merge request!9Further improvements for 1.0 Release
Pipeline #934 passed
......@@ -10,6 +10,11 @@ variables:
VUE_APP_CI_COMMIT_SHORT_SHA: "$CI_JOB_ID"
MAVEN_PREPARE_SCRIPT: "" # will be set to empty string to prevent executing VW-script
mvn test:
artifacts:
reports:
junit: ./**/target/surefire-reports/TEST*.xml
mvn build (tag):
variables:
VUE_APP_CI_COMMIT_SHORT_SHA: "v$CI_COMMIT_TAG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment