summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml59
1 files changed, 1 insertions, 58 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf6d28b01af..3876da6dcca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,64 +12,7 @@ before_script:
spec:feature:
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:benchmark:
- script:
- - RAILS_ENV=test bundle exec rake spec:benchmark
- tags:
- - ruby
- - mysql
- allow_failure: true
-
-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
+ - RAILS_ENV=test SIMPLECOV=true rspec ./spec/features/notes_on_merge_requests_spec.rb:123
tags:
- ruby
- mysql