From e4a5e6efb7ae0b5b9bfbcda4b2ddbf793b32549f Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Tue, 4 Jun 2024 09:23:44 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dbd0af51..a38370556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - SONAR_PROJECT_KEY: 'RED_persistence-service' + SONAR_PROJECT_KEY: 'redactmanager_persistence-service_58fc2bfe-430d-4cb3-977c-7ab43e92e3bb' SONAR_TOKEN: sqp_14c82344e929bd0b22bb43fe1e6c952a0453c574 include: - project: 'gitlab/gitlab'