summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-10-08 14:19:58 +0300
committerValery Sizov <vsv2711@gmail.com>2015-10-08 14:19:58 +0300
commit28357e8120be41d9b953cf4fc9b9d40901d9320e (patch)
treed32d5421015ef5f9e51de10b6be70d50314e7aff
parentb3751a02f94a47b5602c4cd6c101e22433135b22 (diff)
downloadgitlab-ce-ci_test.tar.gz
test cici_test
-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