From d1a9cbbf2f076c5bed6d3c3963e04d66a89b725e Mon Sep 17 00:00:00 2001
From: Damian Alvarez Mallon <d.alvarez@fz-juelich.de>
Date: Mon, 21 Aug 2023 17:07:04 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59b7beb8b..9bcb52b3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,9 @@ check_style:
     - elif [[ $(basename $i) == *Turbomole* ]]; then
     - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
     - sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i"
+    - elif [[ $(basename $i) == *MATLAB* ]]; then
+    - sg matlab -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
+    - sg matlab -c "eb --dry-run $i" || faulty="$faulty $i"
     - else
     - eb --check-style --check-contrib $i || faulty="$faulty $i"
     - eb --dry-run $i || faulty="$faulty $i"
@@ -107,6 +110,9 @@ full_check_style:
     - elif [[ $(basename $i) == *Turbomole* ]]; then
     - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
     - sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i"
+    - elif [[ $(basename $i) == *MATLAB* ]]; then
+    - sg matlab -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
+    - sg matlab -c "eb --dry-run $i" || faulty="$faulty $i"
     - else
     - eb --check-style --check-contrib $i || faulty="$faulty $i"
     - eb --dry-run $i || faulty="$faulty $i"
-- 
GitLab