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

Missed some changes in last commit.

parent e528cc60
No related branches found
No related tags found
No related merge requests found
Pipeline #243948 passed
......@@ -86,6 +86,7 @@ evoal:compile:
- docker
image: $EVOAL_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $MAIN_POM install
- mvn $MAVEN_CLI_OPTS -f $PLUGIN_POM install
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM compile
artifacts:
......@@ -105,6 +106,7 @@ evoal:unit:
- docker
image: $EVOAL_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $MAIN_POM install
- mvn $MAVEN_CLI_OPTS -f $PLUGIN_POM install
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM verify
artifacts:
......
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