summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b411c4df07..dab1b220bfb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -267,15 +267,7 @@ static-analysis:
<<: *except-docs
stage: test
script:
- - bundle exec rake config_lint
- - bundle exec rake flay
- - bundle exec rake haml_lint
- - bundle exec rake scss_lint
- - bundle exec rake brakeman
- - bundle exec license_finder
- - scripts/lint-doc.sh
- - yarn run eslint
- - bundle exec "rubocop --require rubocop-rspec"
+ - scripts/static-analysis
downtime_check:
<<: *rake-exec