From 313eebf90bd25b386dea689dcbaea5ad33ab72c1 Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Fri, 18 Aug 2023 12:22:52 +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 d429a61ed..da80a492c 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: 'nexustest' + ref: 'main' file: 'ci-templates/maven_java.yml'