Move back to original image as bug is fixed now

This commit is contained in:
Ryan Harg 2022-01-03 09:34:37 +01:00 committed by Ryan Harg
parent de1c60bfb2
commit 5f6d38051d
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'