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