From b2f71cf59eaf9e8d22860f17dcb4e74ba39f03e4 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 19 Feb 2021 17:19:15 +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 6d9860b..5afe944 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: "amazonlinux"