From 99d134134c7e04e51e2064fabad4c78f6d4302f9 Mon Sep 17 00:00:00 2001 From: fejao <mail@fejao.de> Date: Tue, 28 Jan 2025 14:42:17 +0100 Subject: [PATCH] Updated ci-cd --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 622813d..10804a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,13 +144,14 @@ molecule-test: before_script: # - apt-get update && apt-get install -y python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/* - apk add --no-cache python3 py3-pip - - pip3 install -r ci-cd/requirements.txt - - pip3 install --upgrade molecule molecule-docker - - pip3 install --user "molecule-plugins[docker]" + - pip 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]" script: - echo "Running ansible-lint tests at the role-> 'test'" - - cd roles/test - - molecule test + # - cd roles/test + # - molecule test allow_failure: false # molecule-test: -- GitLab