1
0
Fork 0

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
This commit is contained in:
Sheogorath 2021-07-27 20:11:07 +02:00
parent 946fafe836
commit 4a4203e200
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -19,6 +19,8 @@ build:
script: script:
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . - podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
tags:
- ram-4gb
test: test:
stage: test stage: test