Fix stage-test.sh to properly enable it

Change-Id: Id1746db909a3aed9f90badf66f77c70307c11987
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini
index 1e93fb3..aa926aa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,7 @@
 passenv = HOME
 deps =  -r{toxinidir}/requirements.txt
 skip_install = true
+parallel_show_output = true
 
 
 #######################################################################################