diff --git a/.gitlab-ci/common/weston.sh b/.gitlab-ci/common/weston.sh index de36afdd828..f5de79bb706 100755 --- a/.gitlab-ci/common/weston.sh +++ b/.gitlab-ci/common/weston.sh @@ -6,7 +6,12 @@ mkdir -p /tmp/.X11-unix export DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 -weston --config="$CI_COMMON_DIR/weston.ini" --socket="$WAYLAND_DISPLAY" --log "$RESULTS_DIR/weston.log" --logger-scopes=log,xwm-wm-x11 "$@" & +weston --config="$CI_COMMON_DIR/weston.ini" \ + --socket="$WAYLAND_DISPLAY" \ + --log "$RESULTS_DIR/weston.log" \ + --logger-scopes=log,xwm-wm-x11 \ + --width 1920 --height 1080 \ + "$@" & export WAYLAND_DISPLAY while [ ! -S /tmp/.X11-unix/X0 ]; do sleep 1; done