From 2494569d59a8f2fa4c61f62a06f0afe739635a6d Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski <ayufan@ayufan.eu> Date: Sat, 21 May 2016 23:57:25 -0500 Subject: [PATCH] Test --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20c86aa00fa..50233a2d8ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: before_script: - source ./scripts/prepare_build.sh - cp config/gitlab.yml.example config/gitlab.yml - - retry gem install bundler + #- retry gem install bundler - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" - '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate' @@ -31,7 +31,10 @@ stages: test-bundler: stage: build + variables: + USE_DB: "false" script: + - retry gem install bundler - bundle exec bundle --version prepare: -- GitLab