From 5e761f6559cd4485dc41574a6cee77c324348a3d Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Wed, 12 May 2021 12:19:03 +0200 Subject: [PATCH] fix installation issue --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1678e9f..25ff58d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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