[manifests] Update integration path

Path should match the project name in order for rollers to work.

Bug: 65959
Change-Id: I6a7ab917c8366cef62311bfb867dd541d5ecd776
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/roller-tests/integration/+/470381
Fuchsia-Auto-Submit: Anthony Fandrianto <atyfto@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Oliver Newman <olivernewman@google.com>
diff --git a/manifests/minimal b/manifests/minimal
index 76f7734..c994b5d 100644
--- a/manifests/minimal
+++ b/manifests/minimal
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <manifest>
   <projects>
-     <project name="integration"
-              path="integration"
+     <project name="infra/roller-tests/integration"
+              path="infra/roller-tests/integration"
               remote="https://fuchsia.googlesource.com/infra/roller-tests/integration"
               githooks=""
               gerrithost="https://fuchsia-review.googlesource.com"/>