fix: revert TF-M repos to default clone list

Change-Id: I6b7540483327692099cc9374d422e18f31b6e956
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/scripts/clone.sh b/scripts/clone.sh
index 25984e6..f976639 100755
--- a/scripts/clone.sh
+++ b/scripts/clone.sh
@@ -28,7 +28,7 @@
 set -ex
 
 # Global defaults
-CLONE_REPOS=${CLONE_REPOS:-trusted-firmware-a,tf-a-ci-scripts,tf-rmm,spm}
+CLONE_REPOS=${CLONE_REPOS:-trusted-firmware-a,tf-a-ci-scripts,tf-m-extras,tf-m-tests,tf-rmm,spm}
 REFSPEC_MASTER="refs/heads/master"
 REFSPEC_MAIN="refs/heads/main"
 REFSPEC_TF_M_TESTS="refs/heads/tfa_ci_dep_revision"