Skip to content
Snippets Groups Projects
Commit e3cf2838 authored by Stian Lyng's avatar Stian Lyng
Browse files

add prepare:agent

parent 1b57323d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ maven-build:
run-tests:
stage: test
script:
- mvn test
- mvn jacoco:prepare-agent test jacoco:report verify
deploy-jar:
stage: deploy
......@@ -28,11 +28,10 @@ deploy-jar:
jacoco-report:
stage: pages
script:
- mvn jacoco:report
- mkdir public
- cp -r target/site/jacoco public/
artifacts:
paths:
- public
only:
- main
\ No newline at end of file
- master
\ No newline at end of file
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