diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/playwright-tests/azure-pipelines-automated-testing.yml index d8619320c..78de01550 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: Dockerfile.playwright + dockerfile: playwright-tests/Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull' @@ -107,7 +107,7 @@ stages: displayName: 'Build Docker Image' inputs: command: build - dockerfile: Dockerfile.playwright + dockerfile: playwright-tests/Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull'