diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c23fe8083b4539ea6d53f80b767a12319f45fbb7..73c9ee03a0d4fe30920bbafeca0dbc19f9061f1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ stages:
   - install
   - build
   - test
+  - lint
 
 install_dependencies:
   stage: install
@@ -58,7 +59,6 @@ eslint_run-lint:
     key: ${CI_COMMIT_REF_SLUG}
     paths:
         - node_modules/
-    policy: pull
   allow_failure: true