Update .gitlab-ci.yml
This commit is contained in:
parent
7f8e8c789e
commit
182f44dc0d
@ -72,7 +72,9 @@ frontend:test:
|
|||||||
needs:
|
needs:
|
||||||
- npm install
|
- npm install
|
||||||
before_script:
|
before_script:
|
||||||
- *npm
|
- apt-get update
|
||||||
|
- npm install -g n
|
||||||
|
- n stable
|
||||||
- apt-get install -y --no-install-recommends chromium-browser
|
- apt-get install -y --no-install-recommends chromium-browser
|
||||||
dependencies:
|
dependencies:
|
||||||
- npm install
|
- npm install
|
||||||
Reference in New Issue
Block a user