ci: fix Stage names

This commit is contained in:
Jens Langhammer 2020-07-10 17:25:19 +02:00
parent 723a825085
commit 30a672758a
1 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ stages:
- task: CmdLine@2
inputs:
script: pipenv run ./manage.py migrate
- job: coverage-unittest
- job: coverage_unittest
pool:
vmImage: 'ubuntu-latest'
steps:
@ -148,7 +148,7 @@ stages:
targetPath: 'coverage-unittest'
artifact: 'output-unittest/'
publishLocation: 'pipeline'
- job: coverage-e2e
- job: coverage_e2e
pool:
vmImage: 'ubuntu-latest'
steps:
@ -198,7 +198,7 @@ stages:
targetPath: 'coverage-e2e'
artifact: 'output-e2e/'
publishLocation: 'pipeline'
- stage: Test (combine)
- stage: test_combine
jobs:
- job: test_coverage_combine
pool: