From 4c68fc8761573fb91fa9afcf28a4979160878800 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 16 Nov 2018 11:51:53 +0000 Subject: Azure: Build job should depend on test --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 21e2455b3..bb8d7999e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,7 @@ jobs: - job: build displayName: 'Build containers' + dependsOn: 'test' steps: - task: Docker@1 -- cgit v1.2.3