We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c31d9 commit f42092cCopy full SHA for f42092c
ui/.gitlab-ci.yml
@@ -65,8 +65,8 @@ e2e-ce-ui-test:
65
variables:
66
CYPRESS_CACHE_FOLDER: '$CI_PROJECT_DIR/cache/Cypress'
67
before_script:
68
- - apt update && apt install curl
69
- - apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
+ - apt update
+ - apt install -y curl libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
70
- npm install -g wait-on
71
- npm install -g pnpm
72
# TODO: Set up caching.
0 commit comments