diff --git a/.drone.yml b/.drone.yml index d12a5a4..5b31022 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,5 @@ steps: image: python:3.11-buster commands: - pip install . + - pip install pytest - pytest -v -log_cli=True --log-cli-level=INFO tests \ No newline at end of file