Skip to content
Snippets Groups Projects
Commit 57ab47a6 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #14127 TIME 0:10 fix dependencies

parent b62c28d2
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ job_e2e: ...@@ -48,6 +48,7 @@ job_e2e:
stage: test stage: test
script: script:
- curl -sL https://deb.nodesource.com/setup_14.x | bash - > /dev/null - curl -sL https://deb.nodesource.com/setup_14.x | bash - > /dev/null
- apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- apt-get install -yqq nodejs > /dev/null - apt-get install -yqq nodejs > /dev/null
- npm install npm@latest -g - npm install npm@latest -g
- node -v - node -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment