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

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

diff --git a/templates/gitlab-ci-bash.yml b/templates/gitlab-ci-bash.yml
index f8d2f97..24a31ce 100644
--- a/templates/gitlab-ci-bash.yml
+++ b/templates/gitlab-ci-bash.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"
 
   BASH_BATS_IMAGE: "registry.hub.docker.com/bats/bats:latest"
   BASH_BATS_TESTS: "tests"
-- 
GitLab