From 84b85644179535ca050dce273d14673ac43e2d1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Mon, 31 Oct 2016 21:25:04 +0100
Subject: [PATCH] test the stage

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ecd8ab79..3c11ae549 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,15 @@ shellcheck:
   - which shellcheck || apt-get update && apt-get install -y shellcheck
   - shellcheck *.sh
 
+deploy to stage:
+  environment: stage 
+  stage: deploy
+  image: ruby:latest
+  script:
+  - gem install dpl
+  - echo $CI_BUILD_REF_NAME
+  #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
+
 deploy to production:
   environment: production
   stage: deploy
-- 
GitLab