diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 930e5bf..280da31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ compile: # Release Job (manually triggered with version) release: stage: release - image: registry.gitlab.com/gitlab-org/release-cli:latest + image: ubuntu:latest before_script: # Install Node.js v21.7.3 manually - apt-get update && apt-get install -y curl jq git openssh-client