Update .gitlab-ci.yml file
This commit is contained in:
parent
b80d7d836c
commit
1517cb1379
|
@ -23,6 +23,11 @@ build:
|
||||||
|
|
||||||
run_tests:
|
run_tests:
|
||||||
stage: test
|
stage: test
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls -R
|
||||||
|
- cd build
|
||||||
|
- ls -l
|
||||||
|
- chmod +x
|
||||||
- timeout 30s ./TerraVisor
|
- timeout 30s ./TerraVisor
|
||||||
|
|
Loading…
Reference in New Issue