From db70457f66faac13137a03cec926e3515fc787bb Mon Sep 17 00:00:00 2001 From: fejao <mail@fejao.de> Date: Tue, 28 Jan 2025 14:50:20 +0100 Subject: [PATCH] Updated ci-cd --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d92a617..7815549 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,8 +147,9 @@ molecule-test: ##### - rm /usr/lib/python*/EXTERNALLY-MANAGED - python3 -m ensurepip - - pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core - - pip3 install -r ci-cd/requirements.txt + # - pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core + - pip3 install ansible ansible-dev-tools ansible-lint ansible-core + # - pip3 install -r ci-cd/requirements.txt # - pip3 install -r ci-cd/requirements.txt # - pip3 install --upgrade molecule molecule-docker # - pip3 install --user "molecule-plugins[docker]" -- GitLab