From 9f14dc16ed5d74980ea7734f3d6922d3549875e5 Mon Sep 17 00:00:00 2001
From: Damian Alvarez <d.alvarez@fz-juelich.de>
Date: Fri, 21 Jan 2022 16:38:17 +0100
Subject: [PATCH] Debug CI....

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 387d08db2..b39736f8e 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"
-- 
GitLab