diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9df2f3..3287ea1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ 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