From e304e99682cd3dc5eaf8c998ddf29f260ebdaf11 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 19 Feb 2021 17:20:53 +0100 Subject: [PATCH] Use newer version of Docker image. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8276c57..e0410da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: robertdebock/github-action-molecule:2.6.6 +image: robertdebock/github-action-molecule:3.0.6 services: - docker:dind @@ -13,7 +13,7 @@ molecule: - image=${image} tag=${tag} molecule test rules: - if: $CI_COMMIT_REF_NAME == "master" - retry: 2 + retry: 1 parallel: matrix: - image: "alpine"