aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 15:07:49 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 15:07:49 +0100
commitd8ac07483769297d7fdffb930a94731e22c84f30 (patch)
treecf80aa14d82364a6664824c8d24d3f40a4e27479 /.gitlab-ci.yml
parent[CI] We don't need rdoc (diff)
[CI] Ugh, fine, let's install rdoc too.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41bff0c7..73001a32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ services:
before_script:
- - apk add --update ruby ruby-dev
+ - apk add --update ruby ruby-dev ruby-rdoc
- apk add --update tini
- apk add --update git
- apk add --update build-base
@@ -27,7 +27,7 @@ before_script:
- apk add --update libtool
- pip install pipenv
- pipenv sync --dev --three
- - gem install scss_lint --no-rdoc
+ - gem install scss_lint
stages:
- test