Update .gitlab-ci.yml file
This commit is contained in:
parent
f042d0e385
commit
9b7d5b23c8
|
@ -28,6 +28,7 @@ run_tests:
|
|||
script:
|
||||
- apt-get update && apt-get install -y xvfb
|
||||
- Xvfb :99 -screen 0 1024x768x24 &
|
||||
- sleep 5
|
||||
- export DISPLAY=:99
|
||||
- cd build
|
||||
- timeout 30s ./TerraVisor
|
||||
|
|
Loading…
Reference in New Issue