diff --git a/ThirdParty/container-maker b/ThirdParty/container-maker
index c188dfa770c0e299a890da523d70558b35db81f3..1260fd50f674c4c00ce719d97c5c2bad275f2765 160000
--- a/ThirdParty/container-maker
+++ b/ThirdParty/container-maker
@@ -1 +1 @@
-Subproject commit c188dfa770c0e299a890da523d70558b35db81f3
+Subproject commit 1260fd50f674c4c00ce719d97c5c2bad275f2765
diff --git a/scripts/ci/jobs/build_image.yml b/scripts/ci/jobs/build_image.yml
index aa17fe50c23cf7de6bd084cdff2ae637d8fd0e14..496cba9582e0ea64df6bacbfb0ea2d950fb7afb6 100644
--- a/scripts/ci/jobs/build_image.yml
+++ b/scripts/ci/jobs/build_image.yml
@@ -16,11 +16,11 @@ build gcc images:
     - docker login -u $OGS_CI_REGISTRY_USER -p $OGS_CI_REGISTRY_PASSWORD $CI_REGISTRY
     - docker pull $CONTAINER_GCC_IMAGE:latest || true
     - python ThirdParty/container-maker/ogscm/cli.py --build --gitlab
-      --ogs off --pm system --cvode --cppcheck --docs --gcovr
+      --pm system --cvode --cppcheck --docs --gcovr
       --tag $CONTAINER_GCC_IMAGE --upload
     - docker pull $CONTAINER_GCC_GUI_IMAGE:latest || true
     - python ThirdParty/container-maker/ogscm/cli.py --build --gitlab
-      --ogs off --pm conan --cvode --cppcheck --docs --gcovr --gui
+      --pm conan --cvode --cppcheck --docs --gcovr --gui
       --tag $CONTAINER_GCC_GUI_IMAGE --upload
 
 ### global project images ###