diff --git a/.gitea/worfklows/ci.yml b/.gitea/worfklows/ci.yml index aa9c630..83ab837 100644 --- a/.gitea/worfklows/ci.yml +++ b/.gitea/worfklows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Run pytest run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml --override-ini=junit_family=legacy tests/ env: - DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres + DATABASE_URL: postgresql+psycopg://postgres:postgres@postgres:5432/postgres - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.4.1 with: