diff --git a/Jenkinsfile b/Jenkinsfile
index 35523ce35d55f477bcf1f65defc39c739c5e11a1..66d9a872505cd5040da4e77aa7ec354ef0f56949 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,7 +84,6 @@ pipeline {
                         sh 'node --version'
 
                         dir('alfa-client') {
-                            sh 'pnpm cache verify'
                             sh 'pnpm install'
 
                             if (isMasterBranch()) {
diff --git a/Jenkinsfile.admin b/Jenkinsfile.admin
index 871f7129025388dedf5a94a3651c35fa0653bb3b..3a5229a35bdd57026ab25ec615cabb236e098d8f 100644
--- a/Jenkinsfile.admin
+++ b/Jenkinsfile.admin
@@ -64,7 +64,6 @@ pipeline {
 
                     withNPM(npmrcConfig: 'npm-nexus-auth') {
                         dir('alfa-client') {
-  	                        sh 'pnpm cache verify'
                             sh 'pnpm install'
 
 	                        if (isReleaseBranch()) {
diff --git a/alfa-client/Jenkinsfile.e2e b/alfa-client/Jenkinsfile.e2e
index 019cb16c9e014136b8b516641aa182fa7e2350b1..9b41448c6e1f56d9c50cb2ef4026a397d80e6404 100644
--- a/alfa-client/Jenkinsfile.e2e
+++ b/alfa-client/Jenkinsfile.e2e
@@ -228,7 +228,6 @@ pipeline {
                     withNPM(npmrcConfig: 'npm-nexus-auth') {
                         sh 'pnpm --version'
                         dir('alfa-client') {
-                            sh 'pnpm cache verify'
                             sh 'pnpm install'
                             sh "pnpm run cypress:install"
                         }
diff --git a/alfa-client/Jenkinsfile.e2e.static b/alfa-client/Jenkinsfile.e2e.static
index bfd91deda7b231b789294c3232ccc82c1abca281..0102ea42ee8f2f54243eb905d353412f23364bb7 100644
--- a/alfa-client/Jenkinsfile.e2e.static
+++ b/alfa-client/Jenkinsfile.e2e.static
@@ -177,7 +177,6 @@ pipeline {
                     withNPM(npmrcConfig: 'npm-nexus-auth') {
                         sh 'pnpm --version'
                         dir('alfa-client') {
-                            sh 'pnpm cache verify'
                             sh 'pnpm install'
                             sh "pnpm run cypress:install"
                         }
diff --git a/alfa-client/Jenkinsfile.storybook b/alfa-client/Jenkinsfile.storybook
index 36e75ceed8ddaac866a3076c1c1cdd494c878a06..fb3335332a21ac472258e3e5c9c32d790662cd8d 100644
--- a/alfa-client/Jenkinsfile.storybook
+++ b/alfa-client/Jenkinsfile.storybook
@@ -64,7 +64,6 @@ pipeline {
 
                     withNPM(npmrcConfig: 'npm-nexus-auth') {
                         dir('alfa-client') {
-                            sh 'pnpm cache verify'
                             sh 'pnpm install'
                             sh 'pnpm run ci-storybook'
                         }
diff --git a/alfa-client/apps/info/Jenkinsfile b/alfa-client/apps/info/Jenkinsfile
index daea9bb4f598b404632c492dacddf1e77bd98f3f..754fd6b42a9209ad077bd992586c61f1ce1de7ad 100644
--- a/alfa-client/apps/info/Jenkinsfile
+++ b/alfa-client/apps/info/Jenkinsfile
@@ -36,7 +36,6 @@ pipeline {
           FAILED_STAGE = env.STAGE_NAME
           dir('alfa-client') {
             withNPM(npmrcConfig: 'npm-nexus-auth') {
-              sh 'pnpm cache verify'
               sh 'pnpm install'
               sh 'npx nx run info:test'
               sh 'npx nx run info:test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner'