Add etc gem to CI

This seems to not be installed by default on alpine linux.
This commit is contained in:
Spencer Bliven
2021-01-13 10:17:52 +01:00
parent 3e446fdb7b
commit 23b16eac18

View File

@@ -15,7 +15,7 @@ before_script:
libxslt libxslt-dev zlib-dev zlib
ruby ruby-dev yaml yaml-dev
libffi-dev build-base git nodejs
- gem install bundler --no-document
- gem install etc bundler --no-document
- pwd
- ls -l
- bundle install
@@ -45,4 +45,3 @@ pages:
# the "pages" job is only to be run for the master branch
only:
- master