fix installation issue

This commit is contained in:
Marco Zeisler 2021-05-12 12:19:03 +02:00
parent 914eb53456
commit 5e761f6559

View File

@ -89,14 +89,7 @@ test_fe:
before_script:
- cd ./frontend
- npm install
- apk add --no-cache \
chromium \
nss \
freetype \
freetype-dev \
harfbuzz \
ca-certificates \
ttf-freefont
- apk add --no-cache chromium
- export CHROME_BIN=/usr/bin/chromium-browser
script:
- npm run -- ng test