Skip to content
Snippets Groups Projects
Commit 4e629557 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Enable Jacoco for GitLab unit test job

parent 87cd1654
1 merge request!145Enable Jacoco for GitLab unit test job
Pipeline #29683 passed with warnings with stages
in 1 minute and 20 seconds
......@@ -50,7 +50,7 @@ unit_test:
- $OUTPUT_DIR
cache: *maven_cache
script:
- mvn -B surefire:test
- mvn -B jacoco:prepare-agent surefire:test jacoco:report
package:
stage: post-build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment