GitLab: Fixed failing run as Docker 19 images require shared TLS certificates
See https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
This commit is contained in:
parent
0c51d3c487
commit
54536d146c
|
@ -19,9 +19,9 @@ stages:
|
|||
- deploy
|
||||
|
||||
.docker_template: &docker_definition
|
||||
image: docker:latest
|
||||
image: docker:18
|
||||
services:
|
||||
- docker:dind
|
||||
- docker:18-dind
|
||||
tags:
|
||||
- dind
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue