diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index fd3b691..63bd6f7 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -11,7 +11,7 @@ molecule: image: "docker:latest" script: - apk add --no-cache python3 py3-pip git - - pip3 install --no-cache-dir ansible-lint molecule molecule-plugins[docker] ansible-core + - pip3 install --break-system-packages --no-cache-dir ansible-core ansible-lint molecule molecule-plugins[docker] - mkdir -p ~/.ansible/roles - ln -s $CI_PROJECT_DIR ~/.ansible/roles/siempie.dns - ANSIBLE_ROLES_PATH=~/.ansible/roles:$CI_PROJECT_DIR molecule test