diff --git a/.circleci/config.yml b/.circleci/config.yml
index 12f53c677d2604124b1bbbe0c0b5aa284324b08d..8ca541fdb804d9527bcd9f76f57a778e5fa60c41 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,8 +22,8 @@ jobs:
       - run:
           command: |
             flake8 --max-line-length=125 --exclude=src/kszkepzes,migrations
-            python manage.py migrate
-            python manage.py test
+            python src/manage.py migrate
+            python src/manage.py test
       - store_test_results:
           path: test-results
       - store_artifacts: