infrastructure/.gitlab-ci.yml
saibotk 399d9c8c94
CI: Use custom image
This should reduce the duration of CI runs significantly
2021-01-07 20:27:17 +01:00

10 lines
163 B
YAML

---
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
stages:
- lint
ansible-lint:
stage: lint
script:
- ansible-lint *.yml