From 226178eb679425df0ac4b34a422c545f3c4d956d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Sun, 6 Sep 2020 15:06:06 +0200
Subject: [PATCH] Specify exact 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 c3b7303..350629a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 ---
-image: quay.io/ansible/molecule
+image: quay.io/ansible/molecule:3.0.8
 services:
   - docker:dind
 
-- 
GitLab