ci: rename verify stage to build

This commit is contained in:
Bixilon 2020-12-30 19:54:25 +01:00
parent 89e44e611a
commit 3836f87e38
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -9,9 +9,9 @@ cache:
- .m2/repository
stages:
- verify
- build
verify:
stage: verify
build:
stage: build
script:
- 'mvn $MAVEN_CLI_OPTS verify'