diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4e16c285f04102320316ce49aaf494cf70f5f5..745d808152999fe1d2f9eb1ecb5eeeb4fa6dd27c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ lint templates:
   stage: test
   before_script:
     # yamllint disable-line rule:line-length
-    - python3 -m pip install --break-system-packages git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.3
+    - python3 -m pip install --break-system-packages git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.6
     - gitlab-ci-linter --help
   script:
     # yamllint disable rule:line-length