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

FEAT #14127 TIME 0:10 fix dependencies

parent 57ab47a6
No related branches found
No related tags found
No related merge requests found
...@@ -45,10 +45,10 @@ before_script: ...@@ -45,10 +45,10 @@ before_script:
job_e2e: job_e2e:
image: php:7.4-apache image: php:7.4-apache
stage: test stage: test-ee
script: script:
- apt-get install -yqq libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- 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