diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f58a4e5dc..ecec073aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,3 +27,5 @@ stages: dockerfile: '$(Build.SourcesDirectory)/Dockerfile' tags: | $(tag) + - script: | + docker run $(tag) poetry run pytest