diff --git a/ci/test/02_run_container.sh b/ci/test/02_run_container.sh index edf8f2c30f..64b1e4e182 100755 --- a/ci/test/02_run_container.sh +++ b/ci/test/02_run_container.sh @@ -84,7 +84,7 @@ CI_EXEC git config --global --add safe.directory \"*\" CI_EXEC mkdir -p "${BINS_SCRATCH_DIR}" -CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh" +CI_EXEC "${BASE_ROOT_DIR}/ci/test/03_test_script.sh" if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then echo "Stop and remove CI container by ID" diff --git a/ci/test/06_script_b.sh b/ci/test/03_test_script.sh similarity index 100% rename from ci/test/06_script_b.sh rename to ci/test/03_test_script.sh