diff --git a/dune/gdt/test/stokes/stokes-taylorhood.hh b/dune/gdt/test/stokes/stokes-taylorhood.hh
index dc471cb0902bc4a7606e16fb8cd6ab2342b29b69..c4446612f695291747a7ef9088806187a2d378ac 100644
--- a/dune/gdt/test/stokes/stokes-taylorhood.hh
+++ b/dune/gdt/test/stokes/stokes-taylorhood.hh
@@ -283,7 +283,7 @@ public:
     C.set_entry(dof_index, dof_index, 1.);
 
     // now solve the system
-    XT::LA::SaddlePointSolver<double> solver(A, B, B, C);
+    XT::LA::SaddlePointSolver<Vector, Matrix> solver(A, B, B, C);
     Vector solution_u(m), solution_p(n);
     // solve both by direct solver and by schurcomplement (where the schur complement is inverted by CG and the inner
     // solves with A are using a direct method)