diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b1056c4b82ed6c99e62d9c41901604f74157d12..a50b3b132633e6dddaf8a8c26664adf4f4d16277 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,12 @@ setup:
     paths:
       - node_modules
 
-test:
+lint_test:
   stage: test
   script:
-    - npm run test:unit
\ No newline at end of file
+    - npm run lint
+
+unit_test:
+  stage: test
+  script:
+    - npm run test:unit