Skip to content
Snippets Groups Projects
Commit e39309d3 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

CI Fix

parent b52fc744
No related branches found
No related tags found
No related merge requests found
Pipeline #892 passed
......@@ -15,7 +15,7 @@ test:
FILE_CATALOG_REPO_URL: "https://gitlab-ci-token:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab/vospace/vospace-file-catalog.git"
script:
- git clone ${FILE_CATALOG_REPO_URL}
- mvn clean test
- mvn clean test -Dinit_database_scripts_path=../../vospace-file-catalog
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print "coverage=" 100*covered/instructions }' target/site/jacoco/jacoco.csv
coverage: '/coverage=\d+\.\d+/'
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment