diff --git a/.azure-pipelines/multi-nodes-test.yml b/.azure-pipelines/multi-nodes-test.yml index 40fa09f2..95dc5063 100644 --- a/.azure-pipelines/multi-nodes-test.yml +++ b/.azure-pipelines/multi-nodes-test.yml @@ -64,9 +64,9 @@ jobs: container: image: $(containerImage) -steps: -- template: templates/sglang-test.yml - parameters: - subscription: msccl-it - vmssName: mscclit-vmss - resourceGroup: msccl-IT \ No newline at end of file + steps: + - template: templates/sglang-test.yml + parameters: + subscription: msccl-it + vmssName: mscclit-vmss + resourceGroup: msccl-IT \ No newline at end of file