From 880113730677dcbd4a6dc795a18dfa953389fcd7 Mon Sep 17 00:00:00 2001
From: Santiago Ospina De Los Rios <sospinar@gmail.com>
Date: Tue, 18 Feb 2020 16:58:21 +0100
Subject: [PATCH] Fix but in dockerfile syntax

---
 docker/dependencies.dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/dependencies.dockerfile b/docker/dependencies.dockerfile
index 7f7770716..7d0dd89ad 100644
--- a/docker/dependencies.dockerfile
+++ b/docker/dependencies.dockerfile
@@ -17,5 +17,5 @@ RUN duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/core/d
     && duneci-install-module -b support/dune-copasi --recursive https://gitlab.dune-project.org/copasi/dune-logging.git \
     && duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-typetree.git \
     && duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-pdelab.git \
-    && duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-multidomaingrid.git
-    && duneci-install-module -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools.git \
\ No newline at end of file
+    && duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-multidomaingrid.git \
+    && duneci-install-module -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools.git
\ No newline at end of file
-- 
GitLab