From 4a4203e20079014faab3dca1a1a7908b18336676 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 27 Jul 2021 20:11:07 +0200 Subject: [PATCH] Use larger node for building It seems that gitlab-runner images become larger and larger, therefore this patch requests a larger machine for building this image --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f709039..97fa34d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,8 @@ build: script: - podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" + tags: + - ram-4gb test: stage: test