From bca40bf06fa951cf86dd6420e95f7ef5cc041790 Mon Sep 17 00:00:00 2001 From: fejao <mail@fejao.de> Date: Tue, 28 Jan 2025 14:04:24 +0100 Subject: [PATCH] Updated the .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0d3829..51d8b84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ molecule-test: - pip3 install -r ci-cd/requirements.txt - pip3 install --upgrade molecule molecule-docker # - python3 -m pip install --user "molecule-plugins[docker] - - pip3 install --user "molecule-plugins[docker] + - pip3 install --user "molecule-plugins[docker]" script: - echo "Running ansible-lint tests at the role-> 'test'" - ansible-lint $PLAYBOOK_PATH_FOR_ROLE_TEST -- GitLab