diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index b8dd41649d8209f52f2a99b2b635e1aeeab95147..61b355311c4538e6a7feab3d6e6f34080a99aec2 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.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 Go project root directory
   GO_PROJECT_DIR: .