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"