diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74e4d21..87272f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ static: key: npm-$CI_COMMIT_REF_SLUG paths: - "$CI_PROJECT_DIR/.npm-cache" + before_script: + - apt update && apt install --yes curl script: - npm ci --cache .npm-cache --prefer-offline - npm run build