diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 387d08db2f62e895156d48c31f931aa788bf179b..b39736f8e524ad944c62437be7c25d10b73d8c1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,7 @@ check_style:
     - elif [[ $(basename $i) == *CPMD* ]]; then
     - sg cpmd eb --check-style --check-contrib $i || faulty="$faulty $i"
     - elif [[ $(basename $i) == *NAMD* ]]; then
+    - echo sg namd eb --check-style --check-contrib $i
     - sg namd eb --check-style --check-contrib $i || faulty="$faulty $i"
     - else
     - eb --check-style --check-contrib $i || faulty="$faulty $i"