Pin docker image to a working one.

Related to ci job timeout tracked here: https://gitlab.com/gitlab-org/gitlab-runner/issues/6697
This commit is contained in:
Jev Björsell 2020-02-15 06:49:39 -08:00
parent b4ef2ed76f
commit 1d06dd4f74
No known key found for this signature in database
GPG Key ID: 03F50CB91981EC9E

View File

@ -80,9 +80,9 @@ dont-merge-to-master:
- public
.docker: &docker
image: docker:19
image: docker:19.03.5
services:
- docker:19-dind
- docker:19.03.5-dind
.before_script: &before_script