Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 13:07:01 +00:00
parent e830eb2d67
commit 8daac7af64
1 changed files with 4 additions and 1 deletions

View File

@ -19,4 +19,7 @@ build:
run_tests: run_tests:
stage: test stage: test
script: script:
- pwd - cd ..
- ls
- cd build
- ./TerraVisor