Fixed issue finding root repo on test deps
diff --git a/repo/installer.go b/repo/installer.go
index 7040876..68a5d59 100644
--- a/repo/installer.go
+++ b/repo/installer.go
@@ -225,7 +225,7 @@
 			}
 			if d == nil {
 				nd := &cfg.Dependency{
-					Name: n,
+					Name: rt,
 				}
 				if sub != "" {
 					nd.Subpackages = []string{sub}