diff options
author | 2018-06-06 15:15:50 +0100 | |
---|---|---|
committer | 2018-06-06 15:15:50 +0100 | |
commit | bfa3ed23fda0520d335b23e8cf3c986c01f38e35 (patch) | |
tree | e592751ad7f0ef5c30de04478eaeac9466f2f14b /.gitlab-ci.yml | |
parent | [CI] Ugh, fine, let's install rdoc too. (diff) |
[CI] And ruby-irb
Diffstat (limited to '')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73001a32..48a16276 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ services: before_script: - - apk add --update ruby ruby-dev ruby-rdoc + - apk add --update ruby ruby-dev ruby-rdoc ruby-irb - apk add --update tini - apk add --update git - apk add --update build-base |