Skip to content
Snippets Groups Projects
Commit 870103f1 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Fixed path (second time) to jacoco report, for issue #8

parent 698de57c
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ unittest-job: ...@@ -24,7 +24,7 @@ unittest-job:
- build-job - build-job
script: script:
- "mvn package -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS" - "mvn package -f tdt4140-gr1800/pom.xml $MAVEN_CLI_OPTS"
- "cat tdt4140-gr1800/tdt4140.gr1800.app.core/target/site/jacoco/index.html" - "cat tdt4140-gr1800/app.core/target/site/jacoco/index.html"
integrationtest-job: integrationtest-job:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment