From 2e8964fa0e2417d1c277b1b5d9e5b5a9c0fadeb0 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Thu, 5 Apr 2018 17:02:54 +0200
Subject: [PATCH] Use duneci-standard-test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90c5937a..44c7122b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,11 +5,7 @@ before_script:
   - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
 
 dune-fufem--gcc:
-  script:
-  - dunecontrol --current all
-  - dunecontrol --current make test
+  script: duneci-standard-test
 
 dune-fufem--clang:
-  script:
-  - CMAKE_FLAGS="-DCMAKE_CXX_COMPILER=/usr/bin/clang++" dunecontrol --current all
-  - dunecontrol --current make test
+  script: duneci-standard-test --opts=/duneci/opts.clang
-- 
GitLab