diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59b7beb8b53b6d8e0d9e698e00201e8458c7a482..9bcb52b3f80357d7d77c4d31f2aedfa37389ad45 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"