From db6349045a71377afff0b768cd461d92099395c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Mon, 26 Aug 2024 16:59:57 +0200
Subject: [PATCH] fix : ci files ref

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6e9ebd..b1ea605 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
 
 include:
   - project: 'eclipse/aidge/gitlab_shared_files'
-    ref: 'fix/quantization_onnx_dependecy'
+    ref: 'main'
     file: 
       # choose which jobs to run by including the corresponding files.
       - '.gitlab/ci/ubuntu_cpp.gitlab-ci.yml'
-- 
GitLab