From 2481fe33bc38337176fe576b250bff14a2c9a93a Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Thu, 23 Mar 2017 14:33:28 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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