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

added target/site to artifacts

parent 368aa0d3
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,15 @@ maven-build: ...@@ -18,12 +18,15 @@ maven-build:
run-tests: run-tests:
stage: test stage: test
script: script:
- mvn jacoco:prepare-agent test jacoco:report verify - mvn test
deploy-jar: deploy-jar:
stage: deploy stage: deploy
script: script:
- mvn install - mvn install jacoco:report
artifacts:
paths:
- target/site/jacoco
jacoco-report: jacoco-report:
stage: pages stage: pages
......
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