Skip to content
Snippets Groups Projects
Commit 5314280d authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Update .gitlab-ci.yml file

parent 7cce0a48
No related branches found
No related tags found
No related merge requests found
Pipeline #14087 failed
......@@ -43,7 +43,7 @@ yamllint:
script:
- mkdir yamllint
- pip install yamllint
- yamllint * > yamllint/result_yamllint.txt || exit_code=0
- yamllint Ansible/* > yamllint/result_yamllint.txt || exit_code=0
ansible_lint:
extends: .lint
......@@ -53,7 +53,7 @@ ansible_lint:
script:
- mkdir ansible_lint
- pip install ansible-lint
- ansible-lint * > ansible_lint/result_ansible_lint.txt || exit_code=0
- ansible-lint Ansible/* > ansible_lint/result_ansible_lint.txt || exit_code=0
plan_step:
stage: plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment