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:
Grégoire Henry 2017-10-31 17:26:29 +01:00 committed by Grégoire
parent 13758b215d
commit a69cb480b6

View File

@ -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