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