diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ab801aec28e4bbb5c8332e2df8e85f780a6bd9e..296892471c0018caeb1aad3021af272ec61a61b2 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