diff --git a/.circleci/config.yml b/.circleci/config.yml index ca95b987..6c911cb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,4 +57,4 @@ jobs: name: Run tests command: | cd ~/repo/desktop - poetry run ./tests/run.sh + xvfb-run poetry run ./tests/run.sh