From 821f7d92aa9e097c4b5a1d29187a56482a6142ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sun, 6 Sep 2020 15:04:33 +0200 Subject: [PATCH] Don't specify latest tag for molecule image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 690f1b3..c3b7303 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: quay.io/ansible/molecule:latest +image: quay.io/ansible/molecule services: - docker:dind -- GitLab