diff --git a/azure-pipelines.api.yaml b/azure-pipelines.api.yaml index e6526a1e4..b33d75ad7 100644 --- a/azure-pipelines.api.yaml +++ b/azure-pipelines.api.yaml @@ -50,12 +50,6 @@ steps: command: volume arguments: "create test-data-results" - - task: Docker@2 - displayName: "create volume test-services-results" - inputs: - command: volume - arguments: "create test-services-results" - - task: DockerCompose@0 displayName: "up test-data db" inputs: @@ -68,6 +62,12 @@ steps: dockerComposeFile: "docker-compose.data.tests.yml" dockerComposeCommand: "run api" + - task: Docker@2 + displayName: "create volume test-services-results" + inputs: + command: volume + arguments: "create test-services-results" + - task: DockerCompose@0 displayName: "run test-services" inputs: