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