diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 40234d819..034e19c49 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -12,7 +12,7 @@ namespace :ci do system("bundle exec #{cmd}") raise "#{cmd} failed!" unless $?.exitstatus == 0 end - ["rake jasmine:ci", "rake cucumber"].each do |cmd| + ['jammit', "rake jasmine:ci", "rake cucumber"].each do |cmd| puts "Running bundle exec #{cmd}..." system("export DISPLAY=:99.0 && GROUP=oauth bundle exec #{cmd}") raise "#{cmd} failed!" unless $?.exitstatus == 0