.gitlab-ci.yml: install ruby-dev for build

This commit is contained in:
Aminda Suomalainen 2023-05-22 20:38:27 +03:00
parent e15d498d24
commit 95be1b9ded
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 add --no-cache ruby ruby-bundler
- apk add --no-cache ruby ruby-dev ruby-bundler
- bundle install
test: