diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 23:03:58 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 23:03:58 +0200 |
commit | 9a201adddf0f5bdf10ff5cda65f6d58ef904df4b (patch) | |
tree | 330bc76175d770e1b62474fd790d9b4ec391006e /.gitlab-ci.yml | |
parent | ea731cac08efb8b2a4edbc7c76523ae5a5b17070 (diff) | |
download | gitlab-ce-9a201adddf0f5bdf10ff5cda65f6d58ef904df4b.tar.gz |
USE_BUNDLE_INSTALL
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3319843656..dc04f3f298f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ variables: RAILS_ENV: "test" SIMPLECOV: "true" USE_DB: "true" + USE_BUNDLE_INSTALL: "true" before_script: - source ./scripts/prepare_build.sh |