diff --git a/Jenkinsfile b/Jenkinsfile index cbb43dcb1c4..f3eb7142ac5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,7 +107,7 @@ pipeline { -e TZ=Europe/Madrid -e DOCKER=true -e CI=true - -e CYPRESS_CACHE_FOLDER=/home/node/.cache/Cypress + -v "$HOME/.cypress-cache":/home/node/.cache/Cypress """.stripIndent()) { sh 'pnpm exec cypress run --browser chromium' }