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

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

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