summaryrefslogtreecommitdiff
path: root/.azure-pipelines/templates/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/templates/test.yml')
-rw-r--r--.azure-pipelines/templates/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/templates/test.yml b/.azure-pipelines/templates/test.yml
index 5250ed8023..708251f11e 100644
--- a/.azure-pipelines/templates/test.yml
+++ b/.azure-pipelines/templates/test.yml
@@ -11,7 +11,7 @@ jobs:
- ${{ each job in parameters.jobs }}:
- job: test_${{ replace(replace(replace(job.test, '/', '_'), '.', '_'), '-', '_') }}
displayName: ${{ job.name }}
- container: default
+ container: $[ variables.defaultContainer ]
workspace:
clean: all
steps: