Update .gitlab-ci.yml file

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

View File

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