summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml51
1 files changed, 1 insertions, 50 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddf4e31204a..a54aaa26982 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,58 +10,9 @@ before_script:
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- bundle exec rake db:create RAILS_ENV=test
-spec:feature:
+wtf:
script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
tags:
- ruby
- mysql
-
-spec:api:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
- tags:
- - ruby
- - mysql
-
-spec:other:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
- tags:
- - ruby
- - mysql
-
-spinach:project:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project
- tags:
- - ruby
- - mysql
-
-spinach:other:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
- tags:
- - ruby
- - mysql
-
-teaspoon:
- script:
- - RAILS_ENV=test bundle exec teaspoon
- tags:
- - ruby
- - mysql
-
-rubocop:
- script:
- - bundle exec rubocop
- tags:
- - ruby
- - mysql
-
-brakeman:
- script:
- - bundle exec rake brakeman
- tags:
- - ruby
- - mysql