Update .gitlab-ci.yml
This commit is contained in:
parent
0c54f63b35
commit
8e011a1de2
@ -3,6 +3,8 @@ docker-build:
|
||||
# Official docker image.
|
||||
image: docker:latest
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
@ -17,6 +19,8 @@ docker-build-master:
|
||||
# Official docker image.
|
||||
image: docker:latest
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user