diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 705b9ec9bb01a79627e54d5aad2ad69468492412..9663b16ca22d32d7ebdedb882024978350a65d30 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -56,7 +56,7 @@ workflow:
 
 variables:
   # variabilized tracking image
-  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
+  TBC_TRACKING_IMAGE: "registry.gitlab.com/to-be-continuous/tools/tracking:master"
 
   # Default Docker image (can be overridden)
   GITLEAKS_IMAGE: "registry.hub.docker.com/zricethezav/gitleaks:latest"