diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b67749d..621435f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,14 +43,14 @@ cache: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Verify merge requests using JDK8 -verify:jdk17: +build: <<: *verify # To deploy packages from CI, create a ci_settings.xml file # For deploying packages to GitLab's Maven Repository: See https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#create-maven-packages-with-gitlab-cicd for more details. # Please note: The GitLab Maven Repository is currently only available in GitLab Premium / Ultimate. # For `master` branch run `mvn deploy` automatically. -deploy:jdk17: +upload artifacts: stage: deploy script: - if [ ! -f ci_settings.xml ];