diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd1cf91..2121860 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,16 +11,13 @@ resources: variables: tag: '$(Build.BuildId)' -stages: -- stage: Build - jobs: - - job: Build - pool: Default - steps: - - task: Docker@2 - displayName: Build and run daemon tests - inputs: - command: build - dockerfile: '$(Build.SourcesDirectory)/Dockerfile.daemon_tests' - tags: | - $(tag) +pool: Default + +steps: +- task: Docker@2 + displayName: Build and run daemon tests + inputs: + command: build + dockerfile: '$(Build.SourcesDirectory)/Dockerfile.daemon_tests' + tags: | + $(tag)