diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d7313ef0120081d2a444543ba51d2f52e3085d0..c2a0b2c0476722e01b56106c54952e80b135195b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,6 @@ variables:
   # Test this on `RKE2`, `EKS`
   CLUSTER_TYPE: "RKE2"
   # Test this on `default`, `nightly`, `clean_install_oci`, `oci_clean_install`, `cut_release`
-  JOB_TYPE: "clean_install_oci"
+  JOB_TYPE: "oci_clean_install"
   # Test `merge_request_event`, `push`, and `schedule`
-  #CI_PIPELINE_SOURCE: "push"
+  #CI_PIPELINE_SOURCE: "push"
\ No newline at end of file