From 0f00a8f758ab835b90f66c8348af61b83f6e9e5e Mon Sep 17 00:00:00 2001
From: fejao <mail@fejao.de>
Date: Tue, 28 Jan 2025 15:00:39 +0100
Subject: [PATCH] Updated ci-cd

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 697b92e..7fb47d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,8 @@ molecule-test:
     - rm /usr/lib/python*/EXTERNALLY-MANAGED
     - python3 -m ensurepip
     # - pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core
-    - pip3 install ansible ansible-lint molecule
+    - pip3 install ansible ansible-lint molecule molecule-docker
+    - pip3 install --user "molecule-plugins[docker]"
     # - pip3 install -r ci-cd/requirements.txt
     # - pip3 install -r ci-cd/requirements.txt
     # - pip3 install --upgrade molecule molecule-docker
-- 
GitLab