--- stages: - "testing" variables: DOCKER_DRIVER: "overlay2" DOCKER_HOST: "tcp://docker:2375" DOCKER_TLS_CERTDIR: "" molecule: stage: "testing" image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18" services: - "docker:dind" variables: ANSIBLE_FORCE_COLOR: "true" PY_COLORS: "1" script: - "docker info" - "molecule test"