Commit b2e24444 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #9430 from gitlabhq/fix-rake-test-ci

Use teaspoon instead of jasmine:ci
parents 1165d3dc 18ef9bef
......@@ -9,5 +9,5 @@ unless Rails.env.production?
require 'coveralls/rake/task'
Coveralls::RakeTask.new
desc "GitLab | Run all tests on CI with simplecov"
task :test_ci => [:rubocop, :brakeman, 'jasmine:ci', :spinach, :spec, 'coveralls:push']
task :test_ci => [:rubocop, :brakeman, 'teaspoon', :spinach, :spec, 'coveralls:push']
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment