diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c83419643e4bcbfbb523428d39bbb0c8f15b2f3..d79be2cc3d5d45ca1ad735bfe98c32efeadb31f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,8 @@ check_style: - sg cpmd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - elif [[ $(basename $i) == *NAMD* ]]; then - sg namd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" + - elif [[ $(basename $i) == *Turbomole* ]]; then + - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - else - eb --check-style --check-contrib $i || faulty="$faulty $i" - fi