diff --git a/.drone.yml b/.drone.yml index 0754c27..c467d6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: test image: python:3-alpine commands: - - apk add bash make shellcheck + - apk add bash make shellcheck gcc - pip install docker-compose - make all