Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 13:38:54 +00:00
parent b80d7d836c
commit 1517cb1379
1 changed files with 6 additions and 1 deletions

View File

@ -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