run-build.sh: Update path of PSA Arch test patch

Change-Id: I23fdd862cbb794ceacc1ebf5af02910e8398d063
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/run-build.sh b/run-build.sh
index 881f218..cf905ae 100755
--- a/run-build.sh
+++ b/run-build.sh
@@ -93,10 +93,10 @@
     cd -
 fi
 
-cnt=$(ls tf-m-tests/lib/ext/psa_arch_tests/*.patch 2> /dev/null | wc -l)
+cnt=$(ls tf-m-tests/tests_psa_arch/fetch_repo/*.patch 2> /dev/null | wc -l)
 if [ "$cnt" != "0" ] ; then
     cd psa-arch-tests
-    git apply ../tf-m-tests/lib/ext/psa_arch_tests/*.patch
+    git apply ../tf-m-tests/tests_psa_arch/fetch_repo/*.patch
     cd -
 fi