From 6496599d7e0e9a870ffa64a3542a3c4167acd7e2 Mon Sep 17 00:00:00 2001
From: Georgi  Todorov <georgi.todorov@cleverpine.com>
Date: Fri, 7 Oct 2022 07:16:44 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7be8610..b41ffc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
+  HELPERS_FILE: docker-build.yml
   APP_HELM_NAME: task
   DOCKER_FILE: deployment/ci/Dockerfile
-  GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
 
 stages:
   - compile
@@ -11,8 +11,8 @@ stages:
   - deploy
 
 include:
-  - project: 'gaiax/tsa/ci-helpers'
-    file: 'docker-build.yml'
+  - project: '${HELPERS_PATH}'
+    file: '${HELPERS_FILE}'
   - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
 
 lint:
-- 
GitLab