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 \