spm: add command to clone hafnium/spm repo

Change-Id: I3e773c56c738151bd25f2dc8d1f360ae6ca48705
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
diff --git a/script/run_local_ci.sh b/script/run_local_ci.sh
index d5b661f..857355a 100755
--- a/script/run_local_ci.sh
+++ b/script/run_local_ci.sh
@@ -385,7 +385,7 @@
 fi
 
 # Use clone_repos.sh to clone and share repositories that aren't local.
-no_tf="$tf_root" no_tftf="$tftf_root" no_ci="$ci_root" no_cc="$import_cc" \
+no_tf="$tf_root" no_tftf="$tftf_root" no_spm="$spm_root" no_ci="$ci_root" no_cc="$import_cc" \
 	bash $minus_x "$ci_root/script/clone_repos.sh"
 
 set -a