diff --git a/Tools/scripts/build_ci.sh b/Tools/scripts/build_ci.sh index 4ae65daff8..3011ce83d2 100755 --- a/Tools/scripts/build_ci.sh +++ b/Tools/scripts/build_ci.sh @@ -89,7 +89,7 @@ function run_autotest() { if [ "$NAME" == "Examples" ]; then w="$w --speedup=5 --timeout=14400 --debug --no-clean" fi - Tools/autotest/autotest.py --show-test-timings --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE" + Tools/autotest/autotest.py --show-test-timings --junit --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE" ccache -s && ccache -z }