CI: Use custom image

This should reduce the duration of CI runs significantly
This commit is contained in:
saibotk 2021-01-07 20:27:17 +01:00
parent b0ded845f0
commit 399d9c8c94
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -1,11 +1,10 @@
---
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
stages:
- lint
ansible-lint:
stage: lint
image: docker.io/library/python:3.9-slim
before_script:
- pip install ansible-lint
script:
- ansible-lint *.yml