From 0249522d8de5a6e32cb386a8264e0ddd230cdd2d Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Mon, 15 Feb 2021 12:05:33 +0100
Subject: [PATCH] rm test-post-deploy-matlab-8.5.0 as well

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26e66d12..791d67a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,8 +94,8 @@ test-post-deploy-matlab-9.2.0:
     MATLABCMD: matlab920
     TESTCASE: basic-tcv
 
-test-post-deploy-matlab-8.5.0:
-  extends: .test-post-deploy-template
-  variables:
-    MATLABCMD: matlab850
-    TESTCASE: basic-tcv
+#test-post-deploy-matlab-8.5.0:
+#  extends: .test-post-deploy-template
+#  variables:
+#    MATLABCMD: matlab850
+#    TESTCASE: basic-tcv
-- 
GitLab