From d15d05078142660d88b2daa06ea4461d7ad2662f Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Wed, 5 Jun 2024 16:10:55 +0300
Subject: [PATCH] change template file reference

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b84f14e..1bc7f0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,11 @@
 include:
   - project: '${HELPERS_PATH}'
-    file:
-      - cicd-template.yml
-      - go-template.yml
+    file: 'cicd-template.yml'
+    ref: main
+  - project: '${HELPERS_PATH}'
+    file: 'go-template.yml'
+    ref: main
+
 
 variables:
   RUNNER_TAG: amd64-docker
-- 
GitLab