diff --git a/scripts/ci/job_hooks/before_e2e.sh b/scripts/ci/job_hooks/before_e2e.sh
index a8b59c8a7..2fbedb653 100755
--- a/scripts/ci/job_hooks/before_e2e.sh
+++ b/scripts/ci/job_hooks/before_e2e.sh
@@ -4,9 +4,6 @@ FROM=$1;
 TO=$2;
 PARAMS=$3;
 
-echo "====== install to be removed once travis cache is working again ====="
-npm ci
-
 echo "====== Scan environment ====="
 ./node_modules/@alfresco/adf-cli/bin/adf-cli scan-env --host "$API_CONTENT_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD"