Skip to content
Snippets Groups Projects
Commit c12fbdbf authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Update .gitlab-ci.yml file

parent be3f5ac9
No related branches found
No related tags found
No related merge requests found
Pipeline #15482 passed
......@@ -16,7 +16,7 @@ build:
- pom.xml
expire_in: 7 days
only:
- master
- test
test:
stage: test
......@@ -27,7 +27,7 @@ test:
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print "coverage=" 100*covered/instructions }' target/site/jacoco/jacoco.csv
coverage: '/coverage=\d+\.\d+/'
only:
- master
- test
deploy:
stage: deploy
......@@ -40,4 +40,4 @@ deploy:
-DpomFile=pom.xml
-Durl=${IA2_MVN_REPO_SNAPSHOTS}
only:
- master
- test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment