diff --git a/templates/gitlab-ci-cypress.yml b/templates/gitlab-ci-cypress.yml
index 4251f92203897d64557ac64a4c91a2efd5d06202..79a04e0ecc1dbe64a3954de5a39ea08cb568302f 100644
--- a/templates/gitlab-ci-cypress.yml
+++ b/templates/gitlab-ci-cypress.yml
@@ -60,7 +60,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)
   CYPRESS_IMAGE: "registry.hub.docker.com/cypress/included:12.0.2"