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