fix drone unit tests job

This commit is contained in:
Joey Orlando 2023-06-12 18:53:03 +02:00
parent 9dde1805aa
commit d8d3416686
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -80,7 +80,7 @@ steps:
commands:
- apt-get update && apt-get install -y netcat
- cd engine/
- pip install -r requirements-dev.txt
- pip install -r requirements.txt -r requirements-dev.txt
- ./wait_for_test_mysql_start.sh && pytest
depends_on:
- rabbit_test
@ -419,5 +419,3 @@ name: drone_token
---
kind: signature
hmac: c78525d6b4a98e934260c0b071f30432816b640ebdc22ba6f66c0ddeb6a6368a
...