Update .gitlab-ci.yml file
This commit is contained in:
parent
e830eb2d67
commit
8daac7af64
|
@ -19,4 +19,7 @@ build:
|
|||
run_tests:
|
||||
stage: test
|
||||
script:
|
||||
- pwd
|
||||
- cd ..
|
||||
- ls
|
||||
- cd build
|
||||
- ./TerraVisor
|
Loading…
Reference in New Issue