From 80eebb3eccf355bb97b0b16dce856a5542a5b245 Mon Sep 17 00:00:00 2001
From: Benjamin Bollen <ben@monax.io>
Date: Fri, 10 Feb 2017 20:15:41 +0100
Subject: [PATCH] tests: add forced cleanup of :build tag

---
 tests/build_tool.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/build_tool.sh b/tests/build_tool.sh
index 4c4607d8..f00a50d6 100755
--- a/tests/build_tool.sh
+++ b/tests/build_tool.sh
@@ -51,4 +51,4 @@ fi
 # Cleanup
 rm $REPO/"$TARGET"_build_artifact
 rm $REPO/eris-client
-docker rmi $IMAGE:build
+docker rmi -f $IMAGE:build
-- 
GitLab