From bc50fa403a76496df7fe3f242838da3bafa58665 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 15 Sep 2016 11:38:24 -0700 Subject: fix ci test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f3b66c..0269b93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ test: stage: test script: - bundle install --path vendor/bundle --with test - - rake test + - bundle exec rake test # trigger leap_platform pipeline trigger: -- cgit v1.2.3