diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 0085af2051..99186850a9 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -177,6 +177,7 @@ stages: - task: Npm@1 displayName: npm run test (AcceptanceTest) inputs: + workingDir: src\Umbraco.Tests.AcceptanceTest command: 'custom' customCommand: 'run test' - stage: Artifacts