gitlab-ci: install hunspell and set locale to en_US

pull/76/head
sachaaaaa 7 years ago
parent c3c4287645
commit fd45da35ce

@ -11,7 +11,7 @@ test_all:
stage: test stage: test
script: script:
# chrome drivers # chrome drivers
- apt-get update && apt-get install -y libgtk2.0-0 libgtk-3-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb - apt-get update && apt-get install -y libgtk2.0-0 libgtk-3-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb hunspell-en-us
- whoami - whoami
- node -v - node -v
- yarn -v - yarn -v
@ -19,6 +19,7 @@ test_all:
- yarn generate - yarn generate
- Xvfb -ac -screen scrn 1280x2000x24 :9.0 & - Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
- export DISPLAY=:9.0 - export DISPLAY=:9.0
- export LC_ALL=en_US
- yarn test - yarn test
tags: tags:
- docker - docker

Loading…
Cancel
Save