From d3320be02da3d6a964fa8ad7a5f54cca81743e32 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 27 Jan 2022 10:21:43 +0100 Subject: [PATCH] Simpler, always better. --- templates/gitlab-ci.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index 24089f4..f54d26c 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -10,7 +10,6 @@ variables: molecule: script: - - test -f requirements.yml && ansible-galaxy install -r requirements.yml - image=${image} tag=${tag} molecule test rules: - if: $CI_COMMIT_REF_NAME == "master"