diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbb9e1d..c5eedf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ job1: #- cmake .. -DENABLE_TESTS=YES #- make #- make install - cd /usr/ - ls -la - cd share - ls -la \ No newline at end of file + - cd /usr/ + - ls -la + - cd share + - ls -la \ No newline at end of file