From 9fdc5960bf91d3ed308f4888e11ff10a1ef7cc9a Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 10 Dec 2020 13:08:00 +0100 Subject: [PATCH] ci: use large runners for integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2792dd3a..f809e595 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ test-integration: script: - VERBOSITY=debug make -C test test tags: - - medium + - large dependency-updates: stage: test