From e2a6db54adbb501d17a4efcf40c856a607adbade Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Fri, 22 Sep 2023 10:27:31 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ab801ae..29689247 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 
   tags:
     - ansible
     - lab
-- 
GitLab