From a68c05c2d04f5e24a317e17891ed1949c96076e1 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:41:49 +0200 Subject: [PATCH] chore : 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 e47c7c5..bfef4a6 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: 'fix_cuda_release' file: #Â choose which jobs to run by including the corresponding files. - '.gitlab/ci/ubuntu_cpp.gitlab-ci.yml' -- GitLab