From b4b19df3c2726e3b0324e0011faec69d6faabfe7 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 19 Feb 2021 16:54:09 +0100 Subject: [PATCH] Use newer version of Docker image. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0410da..fb3cfaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,6 @@ molecule: matrix: - image: "alpine" tag: "latest" - - image: "centos" - tag: "7" - image: "centos" tag: "latest" - image: "debian"