From 5f6d38051ddb2149e08043e5c0f35ee81306ef61 Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Mon, 3 Jan 2022 09:34:37 +0100 Subject: [PATCH] Move back to original image as bug is fixed now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2db771d..eaf3eb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'