diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-02 16:11:47 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-02 16:11:47 +0200 |
commit | 43997f2f99f853ce1acc8d662f6d57a69bbef55b (patch) | |
tree | 9fbe520b1eb3bd1b9f5a94f4b70e306e06d71914 /.gitlab-ci.yml | |
parent | ac3796b3d3b0e0ceaeceabd3d5783da60f673779 (diff) | |
download | gitlab-ce-43997f2f99f853ce1acc8d662f6d57a69bbef55b.tar.gz |
Make the static-analysis job be run for docs branches too
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 947a8679093..63e7001283d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -264,7 +264,6 @@ spinach mysql 9 10: *spinach-knapsack-mysql static-analysis: <<: *ruby-static-analysis <<: *dedicated-runner - <<: *except-docs stage: test script: - scripts/static-analysis |