summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-28 11:42:48 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-28 11:42:48 -0600
commitabb122a44f750f8f4f5a784acb6e53db0743b789 (patch)
tree1f36c8cc7b250c969787a02f10a1f9cd957435e5 /.gitlab-ci.yml
parent7c5d4942742cf8d5c942fba0888eaab5e1133fb4 (diff)
downloadgitlab-ce-abb122a44f750f8f4f5a784acb6e53db0743b789.tar.gz
update rake tasks
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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