diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e696eab..4a413e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,8 @@ include: - project: 'gitlab/gitlab' ref: 'main' - file: 'ci-templates/maven_deps.yml' \ No newline at end of file + file: 'ci-templates/maven_deps.yml' +stages: + - deploy + - versioning + - test \ No newline at end of file diff --git a/pom.xml b/pom.xml index 99825e9..a647d17 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.5 + 3.2.3