diff --git a/Jenkinsfile b/Jenkinsfile index 24d0a6447d9..c0288383025 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,7 @@ pipeline { cleanDockerE2E() sh "pnpm exec cypress install" // sh "docker build -t cypress-setup:latest -f ./test/cypress/Dockerfile ." - docker.build('cypress-setup:latest', "-f .Dockerfile.e2e .") + docker.build('cypress-setup:latest', "-f ./Dockerfile.e2e .") } }