From a8c705b8e3ccbc55d07fd7787970c0e003e457c6 Mon Sep 17 00:00:00 2001
From: Nils Mittler <nils.mittler@mni.thm.de>
Date: Thu, 15 Apr 2021 14:21:58 +0200
Subject: [PATCH] lift restriction for testing

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 167468df4..d2772c8eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,8 +64,8 @@ ngbuild:
 
 deploy_staging:
   stage: deploy
-  only:
-    - staging
+  #only:
+  #  - staging
   tags:
     - ssh
   dependencies:
-- 
GitLab