Execute twitter tests only on one concurrent node (to prevent rate limits).
This commit is contained in:
parent
d38c02e48b
commit
8d1f2c2598
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ job_integration_twitter:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- core
|
- core
|
||||||
|
- twitter
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
|
Loading…
Reference in a new issue