diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe4704..5977c6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -stages: +stages: - test -run-test: -stage: test -script: +run-test: +stage: test +script: - touch foo - test foo \ No newline at end of file