Skip to content
Snippets Groups Projects
Commit 789e9b35 authored by Paul's avatar Paul :turtle:
Browse files

add gitlab-ci

parent 4619d921
No related branches found
No related tags found
No related merge requests found
image: debian:stable
default:
interruptible: true
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- test
test:images:
stage: test
before_script:
- apt update
- apt install -qq -y ansible-lint
script:
- ansible-lint playbook.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment