Update .gitlab-ci.yml, use docker image with included git
This commit is contained in:
parent
46d1858893
commit
e7ef82927c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# Note that environment variables can be set in several places
|
# Note that environment variables can be set in several places
|
||||||
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
|
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
|
||||||
#image: docker:19.03
|
#image: docker:19.03
|
||||||
image: docker:dind
|
image: docker:git
|
||||||
services:
|
services:
|
||||||
#- docker:19.03-dind
|
#- docker:19.03-dind
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue