.gitlab-ci.yml: install gcc

This commit is contained in:
Aminda Suomalainen 2023-05-22 20:57:30 +03:00
parent c68f65f416
commit 752efe1a5a
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-dev ruby-bundler make
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc
- bundle install
test: