Skip to content
Snippets Groups Projects
Commit 664f1929 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Update .gitlab-ci.yml

parent 04403332
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ default: ...@@ -29,7 +29,6 @@ default:
script: script:
- 'sudo mvn $MAVEN_CLI_OPTS_1 test-compile' - 'sudo mvn $MAVEN_CLI_OPTS_1 test-compile'
- 'sudo mvn $MAVEN_CLI_OPTS_2 test-compile' - 'sudo mvn $MAVEN_CLI_OPTS_2 test-compile'
- 'sudo cat target/site/jacoco/index.html'
# For merge requests do not `install` but only run `verify`. # For merge requests do not `install` but only run `verify`.
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
...@@ -38,6 +37,7 @@ default: ...@@ -38,6 +37,7 @@ default:
script: script:
- 'sudo mvn $MAVEN_CLI_OPTS_1 verify' - 'sudo mvn $MAVEN_CLI_OPTS_1 verify'
- 'sudo mvn $MAVEN_CLI_OPTS_2 verify' - 'sudo mvn $MAVEN_CLI_OPTS_2 verify'
- 'sudo cat dmnverifierapi/target/site/jacoco/index.html'
except: except:
- master - master
......
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