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