From d852cf8e1738f9723f3eb527e0f701a5f26ac2da Mon Sep 17 00:00:00 2001
From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de>
Date: Thu, 24 Jan 2019 14:58:33 +0100
Subject: [PATCH] Disabled staging in CI

At the moment the staging server is kinda broken and the functional tests already ensure that the app is not completely broken
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5d3a240..78626289 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,6 +158,7 @@ pages:
    image: docker:latest
    only:
      - master
+   when: manual
    before_script:
      - apk add --update py-pip && pip install docker-compose
    tags:
-- 
GitLab