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:
parent
946fafe836
commit
4a4203e200
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue