From db48a54ae05534a0038290fe4b3fc0965a508bcc Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 26 Jul 2022 13:51:47 +0200
Subject: [PATCH] deploy in the deploy stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 673e834..1d0615c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,7 @@ linting:
     - yarn run lint
 
 deploy:
+  stage: deploy
   except:
     - schedules
   only:
-- 
GitLab