From 8c682e30e12c34e9509598758094e6b7fd04a034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Wed, 24 Jul 2024 13:30:38 +0200 Subject: [PATCH] fix : missing stage & upd ref for gitlab yml files --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c3e832..6e01221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,11 @@ stages: - test - coverage - release + - deploy 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_python.gitlab-ci.yml' -- GitLab