Execute twitter tests only on one concurrent node (to prevent rate limits).

This commit is contained in:
Martin Edenhofer 2016-02-03 12:51:47 +01:00
parent d38c02e48b
commit 8d1f2c2598

View file

@ -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;