Update .gitlab-ci.yml file
This commit is contained in:
parent
d302e5a01f
commit
25e35fed78
|
@ -26,8 +26,8 @@ run_tests:
|
|||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- ls -R
|
||||
- apt-get update && apt-get install -y xvfb
|
||||
- Xvfb :99 -screen 0 1024x768x24 &
|
||||
- export DISPLAY=:99
|
||||
- cd build
|
||||
- ls -l
|
||||
- chmod +x TerraVisor
|
||||
- timeout 30s ./TerraVisor
|
||||
|
|
Loading…
Reference in New Issue