Use Gitlab shared runners for more parallelism.
Allow usage of Gitlab shared runners, except for all 'docker-in-docker' rules (see issue #46).
This commit is contained in:
parent
13758b215d
commit
a69cb480b6
@ -21,7 +21,7 @@ stages:
|
||||
- docker info
|
||||
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "${CI_REGISTRY}"
|
||||
tags:
|
||||
- docker
|
||||
- safe_docker
|
||||
|
||||
## Prepare docker image with precompiled OCaml/opam
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user