summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-28 16:27:40 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-28 16:27:40 -0400
commit60c7d35543af923f9c8b0a2c5872eb7cf1eb21dd (patch)
tree125fa32dc14392fa8b8679bbe78370d8f9f8f119 /.gitlab-ci.yml
parent9f166a864959370d3e31931519506887b902cd11 (diff)
downloadgitlab-ce-60c7d35543af923f9c8b0a2c5872eb7cf1eb21dd.tar.gz
Remove jasmine:ci task, execute teaspoon directly on CIrs-update-gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5524c9a7fcb..ddf4e31204a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,9 +45,9 @@ spinach:other:
- ruby
- mysql
-jasmine:ci:
+teaspoon:
script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
+ - RAILS_ENV=test bundle exec teaspoon
tags:
- ruby
- mysql