From 18dff31a47b75f7aad928e1297149972d850d3c0 Mon Sep 17 00:00:00 2001
From: Tancho Mihov <tancho.mihov@cleverpine.com>
Date: Tue, 14 Jun 2022 10:58:18 +0300
Subject: [PATCH] update helpers in .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ba7e75..81e8f42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
   - deploy
 
 include:
-  - project: 'Seal/ci-helpers'
+  - project: 'gaiax/tsa/ci-helpers'
     file: 'docker-build.yml'
   - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
 
-- 
GitLab