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

Update .gitlab-ci.yml

parent 4fa84283
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ default: ...@@ -29,6 +29,7 @@ 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
......
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