From 84b686621de8dd667b77ac339670b7e9de964b38 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 14 Dec 2022 14:42:06 +0100 Subject: [PATCH] OZG-2958 OZG-3245 Revert npm ci to npm install Trying to fix E2E tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d101fabaab..1c75752b4c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ pipeline { sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc' sh 'npm cache verify' - sh 'npm ci --legacy-peer-deps' + sh 'npm install --legacy-peer-deps' if (env.BRANCH_NAME == 'release') { sh 'npm run ci-prodBuild' -- GitLab