From ab1353603deb33729e3d06975ebaf7473b14ea9b Mon Sep 17 00:00:00 2001
From: Luke Murphy <lukewm@riseup.net>
Date: Fri, 1 Jan 2021 13:49:19 +0100
Subject: [PATCH] Use homebrewed image for CI too

---
 .drone.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 0dfb7dfcf9..9d6baeb74c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,20 +8,18 @@ steps:
       - shellcheck abra
 
   - name: run unit tests
-    image: docker:dind
+    image: decentral1se/docker-dind-bats-kcov
     commands:
-      - apk add bats git bash
       - bats tests
 
   - name: collect code coverage
-    failure: ignore  # until we fix this
-    image: kcov/kcov:38
+    failure: ignore # until we fix this
+    image: decentral1se/docker-dind-bats-kcov
     commands:
-      - apt update && apt install -y bats git bash
       - kcov . bats tests || true
 
   - name: send code coverage report to codecov
-    failure: ignore  # until we fix this
+    failure: ignore # until we fix this
     image: plugins/codecov
     settings:
       token: