From bde2802e9f7f8c187d1db949178d8675d588eda9 Mon Sep 17 00:00:00 2001 From: Stephen Maunder Date: Sun, 31 Dec 2017 20:19:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee7d76a..e5e8165 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ Test: Release: stage: release script: - - .\build.ps1 -Tasks 'test','release' + - .\build.ps1 -Tasks 'test', 'release' only: - - master - + - master \ No newline at end of file