diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 3158222f..b568320c 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -129,14 +129,6 @@ stages: - job: download_and_merge_reports dependsOn: playwright_tests steps: - - task: Docker@2 - displayName: 'Build Docker Image' - inputs: - command: build - dockerfile: Dockerfile.playwright - repository: $(dockerImageName) - tags: $(imageTag) - arguments: '--no-cache --pull' - task: DownloadPipelineArtifact@2 inputs: targetPath: '$(System.DefaultWorkingDirectory)/playwright-reports' @@ -149,6 +141,14 @@ stages: done ls displayName: move_reports + - task: Docker@2 + displayName: 'Build Docker Image' + inputs: + command: build + dockerfile: Dockerfile.playwright + repository: $(dockerImageName) + tags: $(imageTag) + arguments: '--no-cache --pull' - bash: | # Create container for jira writeback container_id=$(docker create \