diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e075108579aba2ac99e6490a04ef3ee80956f6e..ee6ad04abede0613fe57c187c85ee61c8fb8650c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,18 +19,13 @@ after_script:
     - ./cicd_testing/starstest2.sh
 
 # per os items
-test-ubuntu20:
+test-ubuntu24:
   <<: *test
   tags:
-    - ubuntu20
+    - ubuntu24
 
 test-ubuntu22:
   <<: *test
   tags:
     - ubuntu22
 
-test-coss9:
-  <<: *test
-  tags:
-    - coss9
-