diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff96e279..d5a61eac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,9 @@ jobs: displayName: "Run django tests" - script: | - pip install coveralls + cd /myagent/_work/1/s/api + source env/bin/activate + cd /myagent/_work/1/s/api/tacticalrmm export CIRCLE_BRANCH=$BUILD_SOURCEBRANCH coveralls displayName: "coveralls"