diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-27 15:53:55 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-27 15:53:55 +0900 |
commit | 5a5b6699e88d021dcf318543c0d31096588be94f (patch) | |
tree | 4ad1e0ddf01cbb5c9efcb58ece559e69a53453ad /.gitlab-ci.yml | |
parent | 539963e33412372e86aa51473dc8916ceb92a938 (diff) | |
download | buildstream-5a5b6699e88d021dcf318543c0d31096588be94f.tar.gz |
.gitlab-ci.yml: Moving code_quality job into tests phase
This job always takes a long time and does not really depend
on the artifacts in the 'test' phase, moving it to the 'test'
phase will reduce overall CI time.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d268e3c5..16f7d04a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,15 +153,11 @@ docs: - public/ -##################################################### -# Post stage # -##################################################### - # Check code quality with gitlab's built-in feature. # code_quality: image: docker:stable - stage: post + stage: test variables: DOCKER_DRIVER: overlay2 allow_failure: true @@ -177,6 +173,10 @@ code_quality: artifacts: paths: [gl-code-quality-report.json] +##################################################### +# Post stage # +##################################################### + analysis: stage: post script: |