Commit c666571927c28705386ed85eb503966906dc2014

Authored by Leandro Santos
1 parent 609c9454

force install plugins gems on gitlab-ci

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
.gitlab-ci.yml
... ... @@ -59,18 +59,18 @@ selenium-6:
59 59 # NOOSFERO_BUNDLE_OPTS=install makes migrations fails
60 60 # probably because of rubygems-integration
61 61 plugins-1:
62   - script: SLICE=1/5 bundle exec rake test:noosfero_plugins
  62 + script: SLICE=1/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
63 63 stage: all-tests
64 64 plugins-2:
65   - script: SLICE=2/5 bundle exec rake test:noosfero_plugins
  65 + script: SLICE=2/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
66 66 stage: all-tests
67 67 plugins-3:
68   - script: SLICE=3/5 bundle exec rake test:noosfero_plugins
  68 + script: SLICE=3/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
69 69 stage: all-tests
70 70 plugins-4:
71   - script: SLICE=4/5 bundle exec rake test:noosfero_plugins
  71 + script: SLICE=4/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
72 72 stage: all-tests
73 73 plugins-5:
74   - script: SLICE=5/5 bundle exec rake test:noosfero_plugins
  74 + script: SLICE=5/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
75 75 stage: all-tests
76 76  
... ...