diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5db1171f0a74cd1b545ff148507edd637252d169..2bd0d65ce674fa119fc7c3027a889f431b193508 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ include:
 
 # no build for gdat, so don't define jobs for this phase
 
-
 test-matlab850:
   extends: .test-template
   before_script:
@@ -37,10 +36,20 @@ test-matlab:
   - schedules
   - web
 
-.deploy: 
+deploy: 
   extends: .deploy-to-lac-template
+  variables:
+    MATVER: last
+    TBXFOLDER: matlab
 
-.test-post-deploy:
+test-post-deploy-matlab:
   extends: .test-post-deploy-template
   variables:
     MATLABCMD: matlab
+    TESTCASE: basic-tcv
+
+test-post-deploy-matlab-850:
+  extends: .test-post-deploy-template
+  variables:
+    MATLABCMD: matlab850
+    TESTCASE: basic-tcv