Files
frontend-nginx-role/.gitlab-ci.yml

24 lines
333 B
YAML

---
image: quay.io/ansible/molecule:latest
services:
- docker:dind
stages:
- tests
before_script:
- docker -v
- python -V
- ansible --version
- molecule --version
molecule-role-common:
stage: tests
tags:
- docker
variables:
DOCKER_HOST: "tcp://docker:2375"
PY_COLORS: 1
script:
- molecule test