Commit c666571927c28705386ed85eb503966906dc2014
1 parent
609c9454
Exists in
fix_sign_up_form
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,18 +59,18 @@ selenium-6: | ||
59 | # NOOSFERO_BUNDLE_OPTS=install makes migrations fails | 59 | # NOOSFERO_BUNDLE_OPTS=install makes migrations fails |
60 | # probably because of rubygems-integration | 60 | # probably because of rubygems-integration |
61 | plugins-1: | 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 | stage: all-tests | 63 | stage: all-tests |
64 | plugins-2: | 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 | stage: all-tests | 66 | stage: all-tests |
67 | plugins-3: | 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 | stage: all-tests | 69 | stage: all-tests |
70 | plugins-4: | 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 | stage: all-tests | 72 | stage: all-tests |
73 | plugins-5: | 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 | stage: all-tests | 75 | stage: all-tests |
76 | 76 |