From 65a9353c933e986d8f696a79dd76d05e9f5b1e40 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 25 Jun 2017 16:50:02 -0400 Subject: [PATCH] Fix stages? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb673a94..578574ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - deploy test: - stage: testing + stage: test before_script: - apt-get update - apt-get install zip unzip @@ -24,7 +24,7 @@ test: deploy: when: manual - stage: release + stage: deploy script: - ls - php -r "echo 'Hello, world!';" \ No newline at end of file