diff --git a/azure-pipelines/linux_coverage.yaml b/azure-pipelines/linux_coverage.yaml index 5bf2fefb..24942436 100644 --- a/azure-pipelines/linux_coverage.yaml +++ b/azure-pipelines/linux_coverage.yaml @@ -9,4 +9,4 @@ jobs: demands: java vmImage: "ubuntu-16.04" steps: - - template: "azure-pipelines/templates/coverage.yml" \ No newline at end of file + - template: "templates/coverage.yml" \ No newline at end of file diff --git a/azure-pipelines/win-coverage.yaml b/azure-pipelines/win-coverage.yaml index 4c39d9bf..d3794515 100644 --- a/azure-pipelines/win-coverage.yaml +++ b/azure-pipelines/win-coverage.yaml @@ -9,4 +9,4 @@ jobs: demands: java vmImage: "vs2017-win2016" steps: - - template: "azure-pipelines/templates/coverage.yml" + - template: "templates/coverage.yml"