diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91973cea2c2d99bda1dae7f669c04e3c12665ae5..6177314887b94b7188770c33496fa8c5d69b6ef9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,10 @@ cache:
 bundle_and_test:
   stage: bundle
   before_script:
-    - apt install -y curl
-    - curl -sL https://deb.nodesource.com/setup_10.x | bash -
-    - apt install -y nodejs npm
-    - apt install -y build-essential
+    # - apt install -y curl
+    # - curl -sL https://deb.nodesource.com/setup_10.x | bash -
+    - apt install -y npm
+    # - apt install -y build-essential
     - npm install -g @apidevtools/swagger-cli
 
   script: