Skip to content

Commit db43822

Browse files
committed
Merge branch 'NikolayS-master-patch-36786' into 'master'
Quickfix for CI config See merge request postgres-ai/database-lab!843
2 parents 60c31d9 + f42092c commit db43822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ e2e-ce-ui-test:
6565
variables:
6666
CYPRESS_CACHE_FOLDER: '$CI_PROJECT_DIR/cache/Cypress'
6767
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
68+
- apt update
69+
- apt install -y curl libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
7070
- npm install -g wait-on
7171
- npm install -g pnpm
7272
# TODO: Set up caching.

0 commit comments

Comments
 (0)