diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 19:48:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 19:48:39 -0600 |
| commit | 02a05d6955ca2f7c503f678bb7a0b83baaee78b3 (patch) | |
| tree | 31d8ecb663d1a6b864f1c248dfc792727b5aca66 | |
| parent | d32b50a6c90828a2588736d3038b78b7c5b387da (diff) | |
rename jobs
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63548b5..2f6349f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,13 +17,13 @@ build: - docker build . -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -test: +mvn: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA stage: test script: - mvn verify -doc: +javadoc: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA stage: test script: @@ -38,7 +38,7 @@ tarball: paths: - pkg/*.tar.gz -publish_image: +image: image: docker:stable stage: release script: |
