From 5600ed4a4ea2e6c9f2aece4f6638bdcb3e769db3 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Tue, 4 May 2021 18:19:23 +0200
Subject: [PATCH] rm all matlab980 test at this stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5190c3db..b25abc7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,13 +34,13 @@ test-matlab-9.2.0:
     MATLABCMD: matlab920
     TESTCASE: basic-tcv
 
-test-matlab-9.8.0-all:
-  extends: test-matlab-9.8.0
-  variables:
-     TESTCASE: all
-  only:
-  - schedules
-  - web
+#test-matlab-9.8.0-all:
+#  extends: test-matlab-9.8.0
+#  variables:
+#     TESTCASE: all
+#  only:
+#  - schedules
+#  - web
 
 test-matlab-9.6.0-all:
   extends: test-matlab-9.6.0
-- 
GitLab