diff --git a/Jenkinsfile b/Jenkinsfile index c02883830..1a2b4ccac 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 ./test/cypress/Dockerfile .") } }