From 8bbf6eda2168f7f8789f53be91fe67da247f6adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= <trabarni@gmail.com> Date: Fri, 26 Jan 2018 16:05:19 +0100 Subject: [PATCH] fix path --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12f53c6..8ca541f 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: -- GitLab