diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index f51487cf63..72c158e8b6 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -52,7 +52,7 @@ jobs: displayName: Check scenario test configuration - script: | - utils/setup_test_container.sh -e podman -p ${{ parameters target_python }} -i ${{ parameters.scenario }} ${{ parameter.scenario }} + utils/setup_test_container.sh -e podman -p ${{ parameters.target_python }} -i ${{ parameters.scenario }} ${{ parameter.scenario }} displayName: Setup target container - script: |