diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41c0d3aaed23dc71673d023f6d4293a198d0f4b3..91973cea2c2d99bda1dae7f669c04e3c12665ae5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ bundle_and_test:
   stage: bundle
   before_script:
     - apt install -y curl
-    - curl -sL https://deb.nodesource.com/setup_14.x | bash -
+    - curl -sL https://deb.nodesource.com/setup_10.x | bash -
     - apt install -y nodejs npm
     - apt install -y build-essential
     - npm install -g @apidevtools/swagger-cli