.gitlab-ci.yml: it's apk add, not apk install

This commit is contained in:
Aminda Suomalainen 2023-05-22 20:33:41 +03:00
parent cbba4579af
commit e15d498d24
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cache:
- ${CI_PROJECT_DIR}/bundle
before_script:
- apk install --no-cache ruby ruby-bundler
- apk add --no-cache ruby ruby-bundler
- bundle install
test: