From bf1691f32abc08141ded232cb644f42be811aecf Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 14 Oct 2023 01:14:02 +0200 Subject: [PATCH] ci: Also change test stage to 4gb runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deda5b8..d761488 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ test: stage: test interruptible: true tags: - - privileged + - privileged-ram-4gb image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8