diff --git a/playwright-tests/Dockerfile.playwright b/Dockerfile.playwright similarity index 100% rename from playwright-tests/Dockerfile.playwright rename to Dockerfile.playwright diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/playwright-tests/azure-pipelines-automated-testing.yml index 78de01550..d8619320c 100644 --- a/playwright-tests/azure-pipelines-automated-testing.yml +++ b/playwright-tests/azure-pipelines-automated-testing.yml @@ -40,7 +40,7 @@ stages: displayName: 'Build Docker Image' inputs: command: build - dockerfile: playwright-tests/Dockerfile.playwright + dockerfile: Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull' @@ -107,7 +107,7 @@ stages: displayName: 'Build Docker Image' inputs: command: build - dockerfile: playwright-tests/Dockerfile.playwright + dockerfile: Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull'