diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 515c71385cdfa09e2144a60c61ca78beba7848ef..ca95a8479a2cab06f0b96362b7c341bb3813fd88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,3 +3,9 @@ job: - test-runner script: - echo "Hello gitlab!" + - mkdir test + - pwd + - ls + - touch test.txt + - echo "this is some text" >> test.txt +