From 79ec74a33165b01d36a18e7f16dddd15601ca4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Fri, 15 Mar 2024 10:32:46 +0100 Subject: [PATCH] #130 CI: Add needs keyword to enable starting jobs that are effectively independent from the others. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b75d14..1101efa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ check_notebooks_empty_outputs: .build_docker_image: &build_docker_image stage: build image: docker + needs: [] retry: 2 tags: - ci.inria.fr @@ -62,6 +63,7 @@ compile_hands_on_solutions: stage: check dependencies: - build_fedora + needs: [fedora] tags: - ci.inria.fr script: -- GitLab