diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adbb7bc4277ab28cad599ad6511893386e95def2..3257772590722f5e1d282e341d1d981426443234 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,10 +15,12 @@ variables:
 cache:
   paths:
     - node_modules/
+    - docs/
 
 stages:
   - build
   - test
+  - quality
 
 build:
   stage: build
@@ -33,4 +35,5 @@ test:
     - jest
   artifacts:
     paths:
-      - docs/test-report.html
\ No newline at end of file
+      - docs/test-report.html
+      - docs/coverage/lcov.info
\ No newline at end of file