Skip to content
Snippets Groups Projects
Commit 8c429ead authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Make packaging before unit-test to allow release creation

parent 2936b335
No related branches found
No related tags found
No related merge requests found
Pipeline #304557 failed
......@@ -107,6 +107,7 @@ evoal:unit:
- docker
image: $EVOAL_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM -Dbranch=$CI_COMMIT_REF_NAME -DskipTests package
- ci/create-release.sh
- ci/regression-coverage.sh
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM -Dbranch=$CI_COMMIT_REF_NAME -Pjacoco verify
......
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