diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 055a4ddc5..4fee7dd1b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -181,7 +181,14 @@ stages: - task: CmdLine@2 displayName: Run full test suite inputs: - script: pipenv run coverage run ./manage.py test e2e -v 3 + script: | + pipenv run coverage run ./manage.py test e2e -v 3 + - task: CmdLine@2 + condition: always() + displayName: Cleanup + inputs: + script: | + docker stop $(docker ps -aq) - task: CmdLine@2 displayName: Prepare unittests and coverage for upload inputs: