From 0153a55aede3ff491e6d21fdff89e260ae877fdd Mon Sep 17 00:00:00 2001
From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de>
Date: Mon, 3 Sep 2018 14:32:35 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af16753..4db9271 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,4 @@
 ---
-dune:2.5--gcc:
-  image: duneci/dune:2.5
-  script:
-  - dunecontrol --current --opts=/duneci/opts.gcc all
-  - cmake --build build-cmake --target build_tests
-  - cmake --build build-cmake --target test
-  
-dune:2.5--clang:
-  image: duneci/dune:2.5
-  script:
-  - dunecontrol --current --opts=/duneci/opts.clang all
-  - cmake --build build-cmake --target build_tests
-  - cmake --build build-cmake --target test
-
 dune:2.6--gcc:
   image: duneci/dune:2.6
   script:
-- 
GitLab