From 8d1f2c2598955616e8bebf3130295780bfa6f8b7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 3 Feb 2016 12:51:47 +0100 Subject: [PATCH] Execute twitter tests only on one concurrent node (to prevent rate limits). --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9f2c2e96..439e74a8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,7 @@ job_integration_twitter: stage: test tags: - core + - twitter script: - export RAILS_ENV=test - rake db:drop;