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