next(rfa-fvp): setup scripts for initial testing of FVP

Change-Id: Ia51750ad9d15e908ecbfa7313a40ad502ae59e23
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/model/fvp_common.sh b/model/fvp_common.sh
index e52ed28..56479b4 100644
--- a/model/fvp_common.sh
+++ b/model/fvp_common.sh
@@ -120,7 +120,7 @@
 # runs, so that FVP trace log was properly dumped (and parsed by LAVA).
 # Don't use it for other OpenCI runs, as it may lead to race condition
 # with LAVA's capturing of FVP output.
-if echo "$RUN_CONFIG" | grep -Eiq 'tftf|spm'; then
+if echo "$RUN_CONFIG" | grep -Eiq 'tftf|spm|next'; then
     is_arm_env=0
     if is_arm_jenkins_env; then
         is_arm_env=1