From acc4b5a1b7fd9c5d73f1ce564f805f3d92e0b3ab Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Tue, 17 Sep 2019 15:08:06 +0200 Subject: [PATCH] Shorted CI job name cta_rdbms_unit_tests_postgresql to dbunittests_postgresql --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94bf760e17..6ad0a82045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ cta_valgrind: tags: - docker -cta_rdbms_unit_tests_postgresql: +dbunittests_postgresql: except: - tags stage: test -- GitLab