diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65bd2a2e265e90b93574da0ac246462dc3fa22f1..3c39fa72d40fedd37508c7d8ed2a22b56bd928b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ stages:
 build:
   stage: build
   script:
-    - npm install --production
+    - npm install
 
 test:
   stage: test