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

Update .gitlab-ci.yml

parent e2a6db54
No related branches found
No related tags found
No related merge requests found
Pipeline #84118 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 --exclude .gitlab-ci.yml
tags: tags:
- ansible - ansible
- lab - lab
...@@ -63,7 +63,8 @@ lint-test-job: # This job also runs in the test stage. ...@@ -63,7 +63,8 @@ lint-test-job: # This job also runs in the test stage.
install-dependencies: install-dependencies:
stage: setup stage: setup
script: script:
- pip intall jmespath
- ansible-galaxy role install Juniper.junos - ansible-galaxy role install Juniper.junos
tags: tags:
- ansible - ansible
- lab - lab
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment