diff --git a/.drone.yml b/.drone.yml index ac3cec7..7ae00e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - name: test image: python:3.7-alpine commands: + - apk add add wget make git - source /tmp/shared/.venv/bin/activate - make test - echo $$DRONE_COMMIT_SHA > .tags