From 974774a37b8aea610187fc0bee26edbc96d15d5c Mon Sep 17 00:00:00 2001
From: gregkub <gregoire.kubler@proton.me>
Date: Mon, 22 Apr 2024 11:08:36 +0200
Subject: [PATCH] chore : changed ref name

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6303cf915..58d8e7e73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
 
 include:
   - project: 'hrouis/gitlab_shared_files' # 'aidge/gitlab_shared_files' 
-    ref: 'test_template_ci'
+    ref: 'feat/release_pip'
     file: 
       - '.gitlab/ci/_global.gitlab-ci.yml'
       - '.gitlab/ci/build/cpp.gitlab-ci.yml'
-- 
GitLab