Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 14:16:27 +00:00
parent d302e5a01f
commit 25e35fed78
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ run_tests:
dependencies: dependencies:
- build - build
script: script:
- ls -R - apt-get update && apt-get install -y xvfb
- Xvfb :99 -screen 0 1024x768x24 &
- export DISPLAY=:99
- cd build - cd build
- ls -l
- chmod +x TerraVisor
- timeout 30s ./TerraVisor - timeout 30s ./TerraVisor