diff --git a/Makefile b/Makefile
index 293c287cfc4ffd8cb1ae05969f937e69eaadc25e..7bda2257aea480aaa7195aa83c55f8628e6f9f5d 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ test: check
 
 .PHONY: test_integration
 test_integration:
-	@go get -u github.com/monax/keys/cmd/monax-keys
+	@go get -u github.com/monax/bosmarmot/keys/cmd/monax-keys
 	@go test ./keys/integration -tags integration
 	@go test ./rpc/tm/integration -tags integration