Update .gitlab-ci.yml file
This commit is contained in:
parent
d302e5a01f
commit
25e35fed78
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue