diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9085477dc85d59d57d8505d24690106a30bf844f..c440d58b4d46df1a9c0afdd015bf2076663dfbfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,19 +15,10 @@ after_script:
     - ./cicd_tests/test-p1.sh
 
 
-test-ubuntu20:
-  <<: *test
-  tags:
-    - ubuntu20
 
 test-ubuntu22:
   <<: *test
   tags:
     - ubuntu22
 
-test-coss9:
-  <<: *test
-  tags:
-    - coss9
-