diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cc6a09b18b50765c4cea95455c9494df1843af6..9f930925b921e6959509830216ed3de09022dab5 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