diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cdee7f0fe687eafb1534de44446e7447514982f..59173418587c1d84e0f24754ae5182522c964b29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,12 @@ build:
     - apt update -y
     - apt install npm -y
     - npm install
+  artifacts:
+    paths:
+      - node_modules
+      - package-lock.json
+
+
 
 deploy:
   stage: deploy_stage