Update .gitlab-ci.yml file

This commit is contained in:
WinterMyst 2024-09-23 15:48:33 +00:00
parent e1097fffc1
commit 873b98f578

View File

@ -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