diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3098b6b20390664b1aeb5abab54603fea83a7670..b0fa64926e3517dacfd7dd44b82b3c64529c40e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,8 @@
 image: duneci/dune:2.6
 
 before_script:
-  - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
   - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
+  - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
   - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
 
 dune-fufem--gcc: