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:
parent
b4ef2ed76f
commit
1d06dd4f74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user