attempt 2

This commit is contained in:
Henry Jameson 2019-04-28 20:14:35 +03:00
parent e0247e21f6
commit 75bc508fae
1 changed files with 5 additions and 2 deletions

View File

@ -15,10 +15,13 @@ lint:
- npm run lint
test:
services:
- firefox
stage: test
variables:
APT_CACHE_DIR: apt-cache
script:
- mkdir -pv $APT_CACHE_DIR && apt-get -qq update
- apt install firefox-esr -y --no-install-recommends
- firefox --version
- yarn
- npm run unit