diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6dc03a..fd42802 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,5 @@ build_my_stuff: - echo hello - ./build.sh - echo finish - tags: linux \ No newline at end of file + tags: + - linux \ No newline at end of file