diff options
-rwxr-xr-x | azure/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/sonar.sh b/azure/sonar.sh index c5b06df..f823ae5 100755 --- a/azure/sonar.sh +++ b/azure/sonar.sh @@ -56,7 +56,7 @@ run_tox_test() pip install --upgrade pip pip install --upgrade tox argparse pip freeze - cd multicloud_azure + cd ${CURDIR} tox -e cover deactivate cd .. |