Update .gitlab-ci.yml file

This commit is contained in:
Isaac Riley 2024-05-07 10:59:21 +02:00
parent 8fcb6f29fb
commit f1f9e8d2bc

View File

@ -12,6 +12,15 @@ variables:
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
stages:
- data
- setup
- unit-tests
- versioning
- build
- integration-tests
- release
###################
# INTEGRATION TESTS
trigger-integration-tests:
@ -28,4 +37,4 @@ trigger-integration-tests:
release:
extends: .release
needs:
- !reference [.needs-versioning, needs] # leave this line as is
- !reference [.needs-versioning, needs] # leave this line as is