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:
MyIgel 2019-07-24 23:23:01 +02:00
parent 0c51d3c487
commit 54536d146c
1 changed files with 2 additions and 2 deletions

View File

@ -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: