From 63faf9df1c01dfad86819528b39db0c720645f2c Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Mon, 15 Jun 2020 22:04:59 +0200 Subject: [PATCH] doing pytest within pre-commit (and write to repository with "git commit" (no arguments)) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cff4731..b79fdfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,9 @@ cache: #### Test #### #now done with pre-commit hook +#CI is difficult (PostgreSQL server has to be setup +#(including PostGIS and toar_controlled_vocabulary), +#database users and passwords have to be created) #activated via "git commit" (without arguments!) #test: # stage: test -- GitLab