From 16e84b85b1e6a54eb8ebdee7ab9ea25084af6c32 Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Thu, 17 Aug 2023 16:40:14 +0200 Subject: [PATCH] hotfix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da80a492c..d429a61ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,5 @@ variables: SONAR_PROJECT_KEY: 'RED_persistence-service' include: - project: 'gitlab/gitlab' - ref: 'main' + ref: 'nexustest' file: 'ci-templates/maven_java.yml'