From f9d68b85b522e44572f5004373a91acbb1e66ac1 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Thu, 5 Apr 2018 17:07:09 +0200
Subject: [PATCH] Install dune-matrix-vector before dune-solvers

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3098b6b2..b0fa6492 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:
-- 
GitLab