From 13df38b7a715b39463e1a0e40e73f0066561371e Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Fri, 22 Sep 2023 10:38:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29689247..884fe074 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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. stage: test # It can run at the same time as unit-test-job (in parallel). script: - - /home/gitlab-runner/.local/bin/ansible-lint + - /home/gitlab-runner/.local/bin/ansible-lint --exclude .gitlab-ci.yml tags: - ansible - lab @@ -63,7 +63,8 @@ lint-test-job: # This job also runs in the test stage. install-dependencies: stage: setup script: + - pip intall jmespath - ansible-galaxy role install Juniper.junos tags: - ansible - - lab \ No newline at end of file + - lab -- GitLab