diff --git a/.drone.yml b/.drone.yml index 15cb1fc..e3f0c30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,10 @@ type: docker name: default steps: -- name: test +- name: run image: python:3.9 commands: - pip install -r requirements.txt - - python -m unittest discover -s tests - python app.py - name: cleanup