.gitlab-ci.yml: add docker:dind service

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
Pierre-Alain TORET 2018-06-08 15:45:02 +02:00
parent f9a269de95
commit 452e1a6442

View File

@ -22,6 +22,8 @@ build-src:
build-docker:
stage: build-docker
image: docker:stable
services:
- docker:dind
script:
- docker build -t commento-ce .