14 lines
240 B
YAML
14 lines
240 B
YAML
---
|
|
image: hudecof/ansible-tests:latest
|
|
|
|
before_script:
|
|
- pip install -U setuptools
|
|
- pip install wheel
|
|
- pip install ansible
|
|
- pip install docker-py
|
|
- pip install molecule
|
|
|
|
test:
|
|
script:
|
|
- molecule test --scenario-name cnc
|