From f9cc9a14dfac5d2916c828b28728c186f14c55bd Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 8 Dec 2023 14:11:04 +0100
Subject: [PATCH] feat: use centralized tracking image (gitlab.com)

---
 templates/gitlab-ci-cypress.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-cypress.yml b/templates/gitlab-ci-cypress.yml
index 4251f92..79a04e0 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"
-- 
GitLab