Update .gitlab-ci.yml

This commit is contained in:
Isaac Riley 2024-05-07 10:40:01 +02:00
parent 79926b9990
commit 8fcb6f29fb

View File

@ -9,7 +9,7 @@ include:
# set project variables here # set project variables here
variables: variables:
NEXUS_PROJECT_DIR: <ADD NEXUS DIR (research/red/etc)> # 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 IMAGENAME: $CI_PROJECT_NAME # if the project URL is gitlab.example.com/group-name/project-1, CI_PROJECT_NAME is project-1
################### ###################