diff --git a/ops/compose.ci-test.yml b/ops/compose.ci-test.yml index cec7174a..e8228771 100644 --- a/ops/compose.ci-test.yml +++ b/ops/compose.ci-test.yml @@ -3,7 +3,7 @@ version: '3.8' services: backend: image: ${backend_image} - command: tests + command: pytest tests/ --cov -n auto --create-db -c pytest.ini environment: - SECRET_KEY=secret-key - DATABASE_URL=postgres://postgres:postgres@db:5432/postgres