From 3bb817052c63181e10b3d0ecdae9250de734a431 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Thu, 22 Aug 2024 16:06:14 +0200
Subject: [PATCH] add script to test_deploy

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24877d89..c7e23169 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,6 +76,9 @@ deploy:
 # test post-deploy
 test-post-deploy-matlab-9.2.0_tcv:
   extends: .test-post-deploy-template
+  script:
+  - export
+  - mkdir -f /tmp/$USER; cd /tmp/$USER
   variables:
     MATLABCMD: matlab920
 
-- 
GitLab