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