docker-gitlab/.gitlab-ci.yml
Peter Suschlik 836bbdb171 Use official docker in docker image
Since 1.10 CI runner does not require dind to have a bash installed anymore.

From now on, we can use the official dind image.
2016-04-24 14:01:24 +02:00

6 lines
54 B
YAML

image: docker:dind
deploy:
script:
- ci/gitlab