fixed test

This commit is contained in:
Oscar Krause
2022-12-23 11:24:40 +01:00
parent 43d5736f37
commit 6049048bbf
2 changed files with 6 additions and 6 deletions

View File

@@ -18,6 +18,8 @@ build:
test:
image: python:3.10-slim-bullseye
stage: test
variables:
DATABASE: sqlite:///../app/db.sqlite
before_script:
- pip install -r requirements.txt
- pip install pytest httpx