diff --git a/macroSim_Container/Containerfile b/macroSim_Container/Containerfile
index d2a09602ff75fea104dd664daae5f804ed2bf860..0ca37c60a297dbf602cb8bb536188517923b1a0e 100644
--- a/macroSim_Container/Containerfile
+++ b/macroSim_Container/Containerfile
@@ -81,7 +81,7 @@ RUN \
   # && git clone https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git --branch releases/2.9 \
   # && git clone https://gitlab.mn.tu-dresden.de/osander/dune-gfe.git --branch feature/bendingIsometries \
   && git clone https://gitlab.mn.tu-dresden.de/osander/dune-gfe.git --branch feature/ARRN-mod \
-  && git clone https://gitlab.mn.tu-dresden.de/s7603593/dune-microstructure.git --branch feature/newHermiteBasis
+  && git clone https://gitlab.mn.tu-dresden.de/s7603593/dune-microstructure.git
 
 # For the sake of reproducibility:
 # Set HEAD to particular commits wherever we are not using release branches.