diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 15:36:28 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 15:36:28 -0600 |
| commit | c8fa97e1b49e4b80c53a3f096473c9a46316a123 (patch) | |
| tree | 0183f920a41859468aa9eef05dac32cce2c26507 | |
| parent | 3d4010bd252f8babcf0a34db3cf378a08273d7d1 (diff) | |
add a quality job
| -rw-r--r-- | .gitlab/ci/test.gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 91667f6..fa904f7 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -15,3 +15,10 @@ javadoc: script: - mvn javadoc:javadoc +quality: + image: docker:stable + services: + - docker:stable-dind + stage: test + script: + - docker run SOURCE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock registry.gitlab.com/gitlab-org/security-products/codequality:latest /code |
