From 8fcb6f29fb89cdfde5fc4e911bbb8c5175f548a2 Mon Sep 17 00:00:00 2001 From: Isaac Riley Date: Tue, 7 May 2024 10:40:01 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55f188f..f7df7d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ include: # set project variables here variables: - NEXUS_PROJECT_DIR: # subfolder in Nexus docker-gin where your container will be stored + NEXUS_PROJECT_DIR: red # subfolder in Nexus docker-gin where your container will be stored IMAGENAME: $CI_PROJECT_NAME # if the project URL is gitlab.example.com/group-name/project-1, CI_PROJECT_NAME is project-1 ###################