Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 13:13:14 +00:00
parent 93876971f3
commit 7f8ec6ff9e
1 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,6 @@ run_tests:
script: script:
- cd .. - cd ..
- chmod +x terravisor - chmod +x terravisor
- ls -l - cd terravisor
- cd build
- timeout 30s ./terravisor - timeout 30s ./terravisor