diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-28 11:42:48 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-28 11:42:48 -0600 |
commit | abb122a44f750f8f4f5a784acb6e53db0743b789 (patch) | |
tree | 1f36c8cc7b250c969787a02f10a1f9cd957435e5 /.gitlab-ci.yml | |
parent | 7c5d4942742cf8d5c942fba0888eaab5e1133fb4 (diff) | |
download | gitlab-ce-abb122a44f750f8f4f5a784acb6e53db0743b789.tar.gz |
update rake tasks
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 588f5b59e4c..1772fda9225 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,8 +108,7 @@ setup-test-env: stage: prepare script: - npm install - - bundle exec rake webpack:compile - - bundle exec rake gitlab:assets:compile 2>/dev/null + - bundle exec rake gitlab:assets:compile - bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init' artifacts: expire_in: 7d |