Try to fix pipeline
This commit is contained in:
parent
4bfcbded0b
commit
1624989f77
@ -17,6 +17,10 @@ pipeline:
|
|||||||
test_api:
|
test_api:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
- export MYSQL_USER=aktienbot
|
||||||
|
- export MYSQL_PASSWORD=12345678
|
||||||
|
- export MYSQL_HOST=mariadb
|
||||||
|
- export MYSQL_PORT=3306
|
||||||
- cd api/
|
- cd api/
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python -m pytest
|
- python -m pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user