Browse Source

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

Martin Edenhofer 9 years ago
parent
commit
8d1f2c2598
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -76,6 +76,7 @@ job_integration_twitter:
   stage: test
   tags:
     - core
+    - twitter
   script:
     - export RAILS_ENV=test
     - rake db:drop;