diff --git a/Jenkinsfile b/Jenkinsfile
index 1c30788ce06..d8b2282c5dd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,8 +108,7 @@ pipeline {
                         -e TZ=Europe/Madrid
                         -e DOCKER=true
                         -e CI=true
-                        -v ${env.WORKSPACE}:/app
-                        -v ${env.WORKSPACE}/cypress-cache:/home/node/.cache/Cypress
+                        -v .:/app
                         -w /app
                     """.stripIndent()) {
                         sh 'pnpm exec cypress install'