diff --git a/script/includes.sh b/script/ci/includes.sh similarity index 100% rename from script/includes.sh rename to script/ci/includes.sh diff --git a/script/load_staging_baseline.sh b/script/ci/load_staging_baseline.sh similarity index 100% rename from script/load_staging_baseline.sh rename to script/ci/load_staging_baseline.sh diff --git a/script/push_to_production.sh b/script/ci/push_to_production.sh similarity index 100% rename from script/push_to_production.sh rename to script/ci/push_to_production.sh diff --git a/script/push_to_staging.sh b/script/ci/push_to_staging.sh similarity index 100% rename from script/push_to_staging.sh rename to script/ci/push_to_staging.sh diff --git a/script/run_tests.sh b/script/ci/run_tests.sh similarity index 100% rename from script/run_tests.sh rename to script/ci/run_tests.sh diff --git a/script/save_staging_baseline.sh b/script/ci/save_staging_baseline.sh similarity index 100% rename from script/save_staging_baseline.sh rename to script/ci/save_staging_baseline.sh