.gitlab-ci.yml: install make

This commit is contained in:
Aminda Suomalainen 2023-05-22 20:50:06 +03:00
parent 95be1b9ded
commit c98795f48e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

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