From caf0a84000746deb5fd1cc08405bdde62749612c Mon Sep 17 00:00:00 2001
From: Georgi  Todorov <georgi.todorov@cleverpine.com>
Date: Fri, 7 Oct 2022 07:23:41 +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 31a072ba..5e6dad5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
+  HELPERS_FILE: docker-build.yml
   APP_HELM_NAME: policy
   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