Try to fix pipeline

This commit is contained in:
Administrator 2022-04-04 14:16:56 +02:00
parent 4bfcbded0b
commit 1624989f77

View File

@ -17,6 +17,10 @@ pipeline:
test_api:
image: python
commands:
- export MYSQL_USER=aktienbot
- export MYSQL_PASSWORD=12345678
- export MYSQL_HOST=mariadb
- export MYSQL_PORT=3306
- cd api/
- pip install -r requirements.txt
- python -m pytest