diff --git a/.kraken/unit_tests.py b/.kraken/unit_tests.py index 7bce9634..a2f5a968 100644 --- a/.kraken/unit_tests.py +++ b/.kraken/unit_tests.py @@ -66,7 +66,7 @@ def stage(ctx): "timeout": 300 }, { "tool": "pytest", - "pytest_exe": "POSTGRES_URL=postgresql://kkut:kkut@172.17.0.1:15432/ poetry run pytest", + "pytest_exe": "POSTGRES_URL=postgresql://kkut:kkut@172.17.0.1:15432/ ../venv/bin/poetry run pytest", "cwd": "kraken/server" }], "environments": [{