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 info
|
||||||
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "${CI_REGISTRY}"
|
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "${CI_REGISTRY}"
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- safe_docker
|
||||||
|
|
||||||
## Prepare docker image with precompiled OCaml/opam
|
## Prepare docker image with precompiled OCaml/opam
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user