.gitlab-ci.yml: add docker:dind service
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
parent
f9a269de95
commit
452e1a6442
@ -22,6 +22,8 @@ build-src:
|
||||
build-docker:
|
||||
stage: build-docker
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- docker build -t commento-ce .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user