Skip to content
Snippets Groups Projects
Commit 674e393f authored by kaiyou's avatar kaiyou
Browse files

Try and fix the build

parent 215ed03d
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,13 @@ stages:
test:
stage: test
image: python:3.10-alpine
script:
image: python:3.10-slim
before_script:
- apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev
- pip install poetry
- poetry install
script:
- poetry run playwright install
- poetry run flask db upgrade
- poetry run flask user add admin admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment