diff --git a/Makefile b/Makefile
index 37ef19b4f777d6dfd92f8065d409e88a1297bd1c..1b7d22af1a048bab43dbc7d37655e9c5b41e27f7 100644
--- a/Makefile
+++ b/Makefile
@@ -99,9 +99,5 @@ clean:
 	$(GOCLEAN)
 	docker system prune -af
 
-
-ci-install-tools:
-	go install gotest.tools/gotestsum@$(GOTESTSUM_VERSION)
-
 ci-lint: ci-install-tools
 	golangci-lint run --config .golangci.yml --out-format code-climate