CI: Use custom image
This should reduce the duration of CI runs significantly
This commit is contained in:
parent
b0ded845f0
commit
399d9c8c94
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
|
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: docker.io/library/python:3.9-slim
|
|
||||||
before_script:
|
|
||||||
- pip install ansible-lint
|
|
||||||
script:
|
script:
|
||||||
- ansible-lint *.yml
|
- ansible-lint *.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue