Update path to all-core.sh

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index a73c090..ded238f 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -10,7 +10,6 @@
 
 # This script must be invoked from the project's root.
 
-# The path is going to change when this is moved to the framework
-source tests/scripts/all-core.sh
+source framework/scripts/all-core.sh
 
 main "$@"