diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2ecb4b..25ff58d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,9 +86,12 @@ lint_fe: stage: test test_fe: - script: + before_script: - cd ./frontend - npm install + - apk add --no-cache chromium + - export CHROME_BIN=/usr/bin/chromium-browser + script: - npm run -- ng test cache: key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR