summaryrefslogtreecommitdiff
path: root/.azure-pipelines/templates/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/templates/coverage.yml')
-rw-r--r--.azure-pipelines/templates/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/templates/coverage.yml b/.azure-pipelines/templates/coverage.yml
index 1b36ea45a4..79d5232117 100644
--- a/.azure-pipelines/templates/coverage.yml
+++ b/.azure-pipelines/templates/coverage.yml
@@ -6,7 +6,7 @@
jobs:
- job: Coverage
displayName: Code Coverage
- container: default
+ container: $[ variables.defaultContainer ]
workspace:
clean: all
steps: