Skip to content
Snippets Groups Projects
Commit d23f2dbb authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod CI: using DAG to run 'install' job in parallel

The install job is expected now to be slower than the other,
at least if all Docker images are already downloaded.
parent e1c52dae
No related branches found
No related tags found
No related merge requests found
Pipeline #11660 passed
......@@ -11,6 +11,7 @@
install:
stage: compat
image: octobus/ci-base
needs: []
script:
- pip3 install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment