diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2db771d8ea6942e0188374068f29e485e60daf77..eaf3eb454dc2833f9949fbfc2838a3606025ecc7 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'