diff --git a/.drone.yml b/.drone.yml index 38dfe20..1af3620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: image: debian:buster commands: - apt update - - apt install -y bats docker + - apt install -y bats curl + - curl -fsSL https://get.docker.com | sh - bats test.bats trigger: branch: