diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 171ed9ef20862d4d51e236655b0e220ba8c793d6..e98411abf2dbad5652ed94a6d8f65b324c0d6778 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -180,47 +180,6 @@ upload/ubuntu/groovy:
     - ubuntu/groovy:x86_64
     - ubuntu/groovy
 
-# eoan
-ubuntu/eoan:
-  <<: *source
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-
-ubuntu/eoan:x86_64:
-  <<: *binary
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-  dependencies:
-    - ubuntu/eoan
-
-test/ubuntu/eoan:x86_64:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-  dependencies:
-    - ubuntu/eoan
-
-ubuntu/eoan:x86:
-  <<: *binary
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan:x86
-  dependencies:
-    - ubuntu/eoan
-
-test/ubuntu/eoan:x86:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan:x86
-  dependencies:
-    - ubuntu/eoan:x86
-    - ubuntu/eoan:x86_64
-
-upload/ubuntu/eoan:
-  <<: *upload
-  dependencies:
-    - ubuntu/eoan:x86
-    - ubuntu/eoan:x86_64
-    - ubuntu/eoan
 
 ubuntu/focal:
   <<: *source