diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91d186aaed1493bc9270ec426642b987cba4fdf7..96593b6b6cc753aa036d7095df19cc6e87d6c8b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ checkstyle:
 
 prettier:
   stage: lint
+  cache: {}
   script:
     - npm install
     - npm run prettier:check
@@ -32,6 +33,7 @@ prettier:
 
 eslint:
   stage: lint
+  cache: {}
   script:
     - npm install
     # eslint exits 0 on warnings, this is a workaround to exit 1 when warnings are present.
@@ -79,6 +81,7 @@ maven-test:
 
 frontend-test:
   stage: test
+  cache: {}
   script:
     - npm install
     - npm test