diff --git a/.drone.yml b/.drone.yml index 75a8bfc..ed51447 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ name: default steps: - name: Test - image: alpine + image: debian commands: - - apk add --no-cache make gcc libc-dev bash - make test