From e216fe290bc0496863a7da4da276a9b5d4e107df Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 09:11:50 +0200 Subject: [PATCH] Actually use that image as it is required --- .drone.yml | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9322016..f8467d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - flake8 --max-line-length 100 bin/app-json.py - name: run unit tests - image: bats/bats + image: decentral1se/docker-dind-bats-kcov commands: - bats tests diff --git a/makefile b/makefile index 786784a..a7a3647 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ test: -d \ --name=abra-test-dind \ -e DOCKER_TLS_CERTDIR="" \ - bats/bats \ + decentral1se/docker-dind-bats-kcov \ @DOCKER_CONTEXT=default sudo docker exec \ -it \ abra-test-dind \