diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73cc579877189b65669bdf1a45f51d27aa26bb3e..525ea473ea9619994d2809f548bcee4767e6ff8f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,9 +79,7 @@ mend:
     - |
       export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-)
       export PROJECT_VERSION=$PRODUCT_VERSION
-      apt-get update && apt-get install -y curl gnupg
-      curl -sL https://deb.nodesource.com/setup_11.x  | bash -
-      apt-get -y install nodejs
+      apt-get update && apt-get install -y curl nodejs npm
       npm install -g @angular/cli
       npm ci
       chmod +x ./gradlew