diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c42b37ef52e18bb97f568b05ef0de478c44b3bb..563bd1842cd7f57e38a5e1a8dd6764bfb2761a84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,12 +42,8 @@ variables:
 .ubuntu-template-job-base: &ubuntu-job-base
   image: ubuntu:22.04
   rules:
-    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
-    - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
-      when: never
-    - if: $CI_COMMIT_BRANCH
-    
-
+    - when: always
+  
 
 
 # NOTE