diff --git a/test/cypress/Dockerfile b/Dockerfile.e2e similarity index 100% rename from test/cypress/Dockerfile rename to Dockerfile.e2e diff --git a/Jenkinsfile b/Jenkinsfile index 1a2b4ccac..24d0a6447 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 ./test/cypress/Dockerfile .") + docker.build('cypress-setup:latest', "-f .Dockerfile.e2e .") } }