diff --git a/scripts/ci/jobs/ci_images.yml b/scripts/ci/jobs/ci_images.yml
index 66c57ee7bcf9be8c7747979d22c315d6ce4e7257..dd766eb99411bd16758483ffc264edd9289990ba 100644
--- a/scripts/ci/jobs/ci_images.yml
+++ b/scripts/ci/jobs/ci_images.yml
@@ -43,28 +43,25 @@ ci_images:
     - !reference [.container-maker-setup, before_script]
     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
     - poetry run ogscm compiler.py ogs.py --build --ogs off
-      --compiler_version 11
       --pm system --cvode --cppcheck --docs --gcovr --mfront --ccache
       --version_file ../../web/data/versions.json
       --tag $CONTAINER_GCC_IMAGE --upload
       --cpu-target $CPU_TARGET
       --packages build-essential
     - poetry run ogscm compiler.py ogs.py --build --ogs off
-      --compiler_version 11
       --cvode --cppcheck --docs --gcovr --gui --ccache
       --version_file ../../web/data/versions.json
       --tag $CONTAINER_GCC_GUI_IMAGE --upload
       --cpu-target $CPU_TARGET
       --packages build-essential
     - poetry run ogscm compiler.py mpi.py ogs.py --build --ogs off
-      --compiler_version 11
       --pm off --ccache
       --version_file ../../web/data/versions.json
       --tag $CONTAINER_GCC_PM_OFF_IMAGE --upload
       --cpu-target $CPU_TARGET
       --packages build-essential jq moreutils
     - poetry run ogscm compiler.py ogs.py --build --ogs off
-      --compiler clang --compiler_version 11 --ccache
+      --compiler clang --ccache
       --version_file ../../web/data/versions.json
       --tag $CONTAINER_CLANG_IMAGE --upload
       --cpu-target $CPU_TARGET