diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e0698c31e26c9d0c288130e37398d62544a782c..e2b7a3ab4da667866f940ddc56809c81f1c428a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
 before_script:
   - export NG_CLI_ANALYTICS="false"
   - export MAVEN_USER_HOME=`pwd`/.maven
-  # - npm ci --cache .npm --prefer-offline
+  - npm ci --cache .npm --prefer-offline
 
 # pmdCheckstylePrettierLint:
 #   stage: lint
@@ -113,8 +113,6 @@ e2e-test:
     # - apt install -y snapd
     # - snap install chromium --beta
     # - apt-get update
-    - npm install protractor
-    - npm install webdriver-manager
     - npm run e2e
 # sonar-analyze:
 #   stage: analyze