From f6e24bc563c281af600438cd9d896e27e75682c7 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Thu, 5 Apr 2018 17:04:46 +0200
Subject: [PATCH] Also install dune-matrix-vector and dune-fufem

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44c7122b..3098b6b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,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-fufem.git
 
 dune-fufem--gcc:
   script: duneci-standard-test
-- 
GitLab