diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8acccbe70f49ec4b59770d47b14b938af12b7a17..ee51db8f3fdb1f076918748d2d0bcf2f74037999 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,17 +22,17 @@ tslint:
     - npm install
     - node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
 
-unit_tests:
-  stage: test
-  tags:
-    - nodejs
-  allow_failure: false
-  dependencies: []
-  variables:
-    CHROME_BIN: /usr/bin/google-chrome
-  script:
-    - npm install
-    - npm test
+#unit_tests:
+#  stage: test
+#  tags:
+#    - nodejs
+#  allow_failure: false
+#  dependencies: []
+#  variables:
+#    CHROME_BIN: /usr/bin/google-chrome
+#  script:
+#    - npm install
+#    - npm test
 
 ngbuild:
   stage: build