Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0c7f477298
@ -86,9 +86,12 @@ lint_fe:
|
|||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
test_fe:
|
test_fe:
|
||||||
script:
|
before_script:
|
||||||
- cd ./frontend
|
- cd ./frontend
|
||||||
- npm install
|
- npm install
|
||||||
|
- apk add --no-cache chromium
|
||||||
|
- export CHROME_BIN=/usr/bin/chromium-browser
|
||||||
|
script:
|
||||||
- npm run -- ng test
|
- npm run -- ng test
|
||||||
cache:
|
cache:
|
||||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user