Merge branch 'technical/move-back-to-original-jacoco2cobertura-image' into 'develop'

Move back to original image as bug is fixed now

See merge request funkwhale/funkwhale-android!127
This commit is contained in:
Ryan Harg 2022-01-03 08:58:55 +00:00
commit 0c95675c91
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ test:
coverage:
stage: visualize
image: gjrtimmer/jacoco2cobertura:1.0.8
image: haynes/jacoco2cobertura:1.0.8
script:
# convert report from jacoco to cobertura, use relative project path
- 'python /opt/cover2cover.py $JACOCO_XML_LOCATION $CI_PROJECT_DIR/app/src/main/java > app/build/reports/cobertura.xml'