diff --git a/.drone.yml b/.drone.yml index 5cfe92a..3069545 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: kubernetes -name: test +name: pytest platform: os: linux @@ -9,7 +9,7 @@ platform: steps: -- name: test +- name: pytest image: python:3-alpine commands: - "pip install -r requirements.txt"