From 042630ca8384096d6f1fc1f711dc31b672c03648 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 6 Dec 2021 09:47:04 +0100 Subject: [PATCH] Quote values with risky characters. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c915b9..bc3358c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: robertdebock/github-action-molecule:3.3.1 +image: "robertdebock/github-action-molecule:3.3.1" services: - docker:dind