From acf6984400c04237a81ba3ac712e61bc16a1e0f3 Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Mon, 15 Jun 2020 17:14:38 +0200 Subject: [PATCH] test the pre-commit hook --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af07993..cff4731 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ cache: - public/docs/ #### Test #### +#now done with pre-commit hook +#activated via "git commit" (without arguments!) #test: # stage: test # tags: -- GitLab