From c84ac1ea1e5a3bf4d18017bd596b56d2c9c7ecc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Wed, 10 Jul 2024 14:12:29 +0200
Subject: [PATCH] chore : upd ci files ref branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09822f9d4..6cb369b3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
 
 include:
   - project: 'eclipse/aidge/gitlab_shared_files'
-    ref: 'feat/release_pip'
+    ref: 'main'
     file: 
       # choose which jobs to run by including the corresponding files.
       - '.gitlab/ci/ubuntu_cpp.gitlab-ci.yml'
@@ -24,6 +24,4 @@ include:
       - '.gitlab/ci/windows_cpp.gitlab-ci.yml'
 
       - '.gitlab/ci/windows_python.gitlab-ci.yml'   
-      - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'   
-
-
+      - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'
-- 
GitLab