From 543d07cfaf9aa05f2c2ebebb06fe2516b162c74b Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 25 Jun 2017 16:46:28 -0400 Subject: [PATCH] Try renaming the steps --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65f9b0e8..3b1f6261 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - test - deploy -test: +test:app: before_script: - apt-get update - apt-get install zip unzip @@ -21,7 +21,7 @@ test: - bash build_zip.sh #- php deploy_release_to_github.php -production: +deploy:app: when: manual script: - ls