Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
added missing dependencies to enable the execution of cypress in gitlab-ci
  • Loading branch information
jaohbib authored and duncdrum committed Oct 18, 2024
1 parent b670c42 commit 83b0cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ test:
stage: test
script:
# install dependencies
- apt-get update -y
- apt-get install -y -qq xvfb libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2
- npm ci
# run Cypress tests
- npx cypress run
Expand All @@ -20,4 +22,4 @@ test:
paths:
- cypress/videos/**/*.mp4
- cypress/screenshots/**/*.png
expire_in: 7 day
expire_in: 7 day

0 comments on commit 83b0cb1

Please sign in to comment.