From f1f9e8d2bc14fa4fef38931dcdec4d9b3b24a65f Mon Sep 17 00:00:00 2001 From: Isaac Riley Date: Tue, 7 May 2024 10:59:21 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7df7d7..4f592f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - !reference [.needs-versioning, needs] # leave this line as is