diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 9431a504c..b9c361ec2 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -118,7 +118,7 @@ jobs: venv\Scripts\python -m pytest certbot-ci\certbot_integration_tests\certbot_tests -n 4 displayName: Run certbot integration tests - ${{ each snapName in parameters.snaps }}: - - job: snaps_build ${{ snapName }} + - job: snaps_build_${{ snapName }} pool: vmImage: ubuntu-18.04 strategy: