scp: Use scp_juno-linux.uboot

Change-Id: I7bc555b0a162d069601939ff4efff4ec17010552
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
diff --git a/job/tf-worker/is_juno_config.sh b/job/tf-worker/is_juno_config.sh
index 31affc9..0d8f1c8 100755
--- a/job/tf-worker/is_juno_config.sh
+++ b/job/tf-worker/is_juno_config.sh
@@ -16,7 +16,7 @@
 # only way to have a board-accessible URL at the moment is to have build
 # artefacts archived. Therefore, only for Juno do we spawn the build as a
 # separate job; otherwise, we build within this job.
-if echo "$RUN_CONFIG" | grep -iq '^juno'; then
+if echo "$RUN_CONFIG" | grep -iqe '^juno' -iqe '^scp_juno'; then
 	exit 0
 else
 	exit 1