From e551b38e686d4774aad66a50021fdb40ffb514dd Mon Sep 17 00:00:00 2001
From: Andreas <andreksv@ntnu.no>
Date: Fri, 26 Apr 2024 15:49:34 +0200
Subject: [PATCH] test/Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c23fe80..73c9ee0 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  
 
 
-- 
GitLab