.gitlab-ci.yml: add gifsicle to main apk add command

This commit is contained in:
Luna Mendes 2018-11-21 20:08:19 -03:00
parent ce3569dad4
commit 0a29d3156a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cache:
tests: tests:
before_script: before_script:
- python -V - python -V
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev - apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle
- pip3 install pipenv wheel tox - pip3 install pipenv wheel tox
- pipenv install --dev - pipenv install --dev
script: script: