From 1b3a9dd2ca83c2bc3ebfa3d4fd5e3953f506049f Mon Sep 17 00:00:00 2001 From: fejao <mail@fejao.de> Date: Tue, 28 Jan 2025 15:06:48 +0100 Subject: [PATCH] Updated ci-cd --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f2a0b9..afcc9bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,8 @@ stages: molecule-test: stage: molecule # image: docker:latest - image: docker:27.5.1-alpine3.21 + # image: docker:27.5.1-alpine3.21 + image: docker:27.5.1-dind before_script: - apk add --no-cache python3 py3-pip - rm /usr/lib/python*/EXTERNALLY-MANAGED @@ -149,6 +150,7 @@ molecule-test: - pip3 install --user "molecule-plugins[docker]" script: - echo "Running ansible-lint tests at the role-> 'test'" + - docker ps -a - cd roles/test - molecule test allow_failure: false -- GitLab