From 25e251adfa943838ebad42b1bafd1d70d635d599 Mon Sep 17 00:00:00 2001
From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de>
Date: Wed, 6 Mar 2019 17:01:17 +0100
Subject: [PATCH] test

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d006f6..2d3179f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,11 +113,12 @@ deploy staging documentation:
 
 deploy rrz:
   image: alpine
-  stage: testing
+  stage: testing # TODO change to deploy
   before_script:
     - sh bin/enable_ssh
   script:
     - ssh git@gitlab.rrz.uni-hamburg.de
+    - git log
   only:
     - master # TODO remove
     - tags
-- 
GitLab