Skip to content
Snippets Groups Projects
Commit e2a6db54 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Update .gitlab-ci.yml file

parent d13afbc8
No related branches found
No related tags found
No related merge requests found
Pipeline #84117 failed
...@@ -55,7 +55,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -55,7 +55,7 @@ stages: # List of stages for jobs, and their order of execution
lint-test-job: # This job also runs in the test stage. lint-test-job: # This job also runs in the test stage.
stage: test # It can run at the same time as unit-test-job (in parallel). stage: test # It can run at the same time as unit-test-job (in parallel).
script: script:
- /home/gitlab-runner/.local/bin/ansible-lint . - /home/gitlab-runner/.local/bin/ansible-lint
tags: tags:
- ansible - ansible
- lab - lab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment