Skip to content
Snippets Groups Projects
Verified Commit aa8f8880 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Remove Xvfb as it is not needed

parent efd5394d
No related branches found
No related tags found
No related merge requests found
Pipeline #325 failed
...@@ -57,7 +57,7 @@ test_wheel: ...@@ -57,7 +57,7 @@ test_wheel:
image: image:
name: registry.edugit.org/teckids/docker-images/python-pimped:master name: registry.edugit.org/teckids/docker-images/python-pimped:master
before_script: before_script:
- apt-get -y update && eatmydata apt-get -y install chromium-driver xvfb gettext yarnpkg - apt-get -y update && eatmydata apt-get -y install chromium-driver gettext yarnpkg
- adduser --disabled-password --gecos "Test User" testuser - adduser --disabled-password --gecos "Test User" testuser
- mkdir -p screenshots && chown testuser screenshots - mkdir -p screenshots && chown testuser screenshots
script: script:
...@@ -66,7 +66,7 @@ test_wheel: ...@@ -66,7 +66,7 @@ test_wheel:
- python ./manage.py compilemessages - python ./manage.py compilemessages
- eatmydata python ./manage.py yarn install - eatmydata python ./manage.py yarn install
- python ./manage.py collectstatic --no-input --clear - python ./manage.py collectstatic --no-input --clear
- sudo -u testuser eatmydata xvfb-run env TEST_SCREENSHOT_PATH=./screenshots tox - sudo -u testuser eatmydata env TEST_SCREENSHOT_PATH=./screenshots tox
artifacts: artifacts:
paths: paths:
- screenshots/ - screenshots/
......
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