Skip to content
Snippets Groups Projects
Commit 4b2fd2e8 authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Small change in pipeline file to try to get pipeline to run without errors

parent de6645aa
No related branches found
No related tags found
3 merge requests!66Final merge,!4Pipeline fix,!3Pipeline fix
Pipeline #272470 failed
......@@ -35,6 +35,9 @@ unit-tests:
e2e-tests:
stage: test
script:
- apt-get update && apt-get install -y xvfb # Install Xvfb
- export DISPLAY=':99.0' # Set up a display number
- Xvfb :99 -screen 0 1280x1024x24 & # Start Xvfb in the background
- npm run test:e2e:dev
test-coverage:
......
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