Docker build back to working state

Change-Id: I20d22cd6f1fa6eb9112e4e40b79e1567acb86e93
diff --git a/Makefile b/Makefile
index 0709713..f118e64 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@
 
 lint: local-lib-go lint-style lint-sanity lint-mod lint-dockerfile
 
-test:
+test: docker-build
 	@mkdir -p ./tests/results
 	@${GO} test -mod=vendor -v -coverprofile ./tests/results/go-test-coverage.out -covermode count ./... 2>&1 | tee ./tests/results/go-test-results.out ;\
 	RETURN=$$? ;\