mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
.gitlab-ci.yml: it's apk add, not apk install
This commit is contained in:
parent
cbba4579af
commit
e15d498d24
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user