Skip to content
Snippets Groups Projects
Commit 0749e041 authored by kaiyou's avatar kaiyou
Browse files

Specify the flask app for CI

parent 52c51add
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ stages:
test:
stage: test
image: python:3.10
variables:
FLASK_APP: hiboo
before_script:
- apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev
......
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