From a37f86d17975bced24bd9c9cfe928b96bd2af4c2 Mon Sep 17 00:00:00 2001
From: Andreas Fehn <andreas.fehn@tu-dresden.de>
Date: Mon, 23 Jul 2018 10:33:58 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc112bb..86ccb0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,13 +14,13 @@ build:
   artifacts:
     paths:
       - $ARTIFACT_DIR
-    expire_in: 10min
+#    expire_in: 10min
   cache:
     paths:
       - .gradle/wrapper
       - .gradle/caches
-  only:
-    - tags
+#  only:
+#    - tags
   tags:
     - dockered
 
@@ -47,7 +47,7 @@ publish:
     - git push --set-upstream origin ivy-repo
   after_script:
     - rm -rfv ~/.ssh
-  only:
-    - tags
+#  only:
+#    - tags
   tags:
     - dockered
-- 
GitLab