diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cc39525..a5748843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: command: | . venv/bin/activate # python manage.py test - python3 runtests.py + python runtests.py - store_artifacts: path: test-reports