From 6d59ca2f7ea099ae4d482c72b967c940a81d84a5 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Mon, 15 Feb 2021 12:00:47 +0100
Subject: [PATCH] MATFIRST: 902, to have psitbx ok

---
 .gitlab-ci.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cc6a09b..9f930925 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,8 @@ include:
 
 variables:
   TBXFOLDER: matlab
-  MATFIRST: 803
+#  MATFIRST: 803
+  MATFIRST: 902
   MATVER: 906
 
 # no build for gdat, so don't define jobs for build phase
@@ -68,6 +69,16 @@ test-staging-900:
  variables:
   MATLABCMD: matlab900
 
+#test-staging-850:
+# extends: .test-staging-template
+# variables:
+#  MATLABCMD: matlab850
+
+#test-staging-830:
+# extends: .test-staging-template
+# variables:
+#  MATLABCMD: matlab830
+
 # pre-deployment
 pre-deployment-checks:
  extends: .pre-deployment-checks-template
-- 
GitLab