Update .gitlab-ci.yml file
This commit is contained in:
parent
7f8ec6ff9e
commit
7f21791206
|
@ -20,7 +20,9 @@ run_tests:
|
|||
stage: test
|
||||
script:
|
||||
- cd ..
|
||||
- chmod +x terravisor
|
||||
- ls
|
||||
- cd terravisor
|
||||
- ls -l
|
||||
- cd build
|
||||
- ls -l
|
||||
- timeout 30s ./terravisor
|
Loading…
Reference in New Issue