diff --git a/.drone.yml b/.drone.yml index 8dee370..7f7bb6f 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: test - image: golang:1.14.4 + image: denismakogon/gocv-alpine:4.0.1-runtime commands: - go build - go test