allanger-roles/restic-backups/.gitlab-ci.yml

11 lines
169 B
YAML

image: alpine:3.12
stages:
- test
lint:
stage: test
script:
- apk add --update ansible-lint --no-cache
- ansible-lint -p ${CI_PROJECT_DIR}/playbook.yaml