From 56717c11fba6aece9c538d50b495923d7a4577de Mon Sep 17 00:00:00 2001
From: Clemens John <clemens.john@floh1111.de>
Date: Wed, 20 Apr 2016 13:23:17 +0200
Subject: [PATCH] Fix bug: deploy job: dependency sign is not defined in prior
 stages

Signed-off-by: Clemens John <clemens.john@floh1111.de>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2478e31..26ac2d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ build:ar71xx-generic:
 #    - bash build/build-ar71xx-nand.sh
 
 sign:
-  stage: deploy
+  stage: sign
   tags:
     - firmware
   script:
-- 
GitLab