Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 79ec74a3 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#130 CI: Add needs keyword to enable starting jobs that are effectively...

#130 CI: Add needs keyword to enable starting jobs that are effectively independent from the others.
parent dfcbd17d
Branches
Tags
No related merge requests found
Pipeline #943395 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment