From a7f35cf79a7e0f1c9133478cf3c29161d80fb687 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 17 Dec 2020 16:14:25 +0100
Subject: [PATCH] up

---
 .docker/tester.yml       | 3 ---
 .gitlab-ci.yml           | 1 -
 integrationtests/test.sh | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.docker/tester.yml b/.docker/tester.yml
index ab65caed..262ad378 100644
--- a/.docker/tester.yml
+++ b/.docker/tester.yml
@@ -6,9 +6,6 @@ services:
       - type: bind
         source: ./cert
         target: /opt/caosdb/cert
-      - type: bind
-        source: /tmp
-        target: /tmp
     networks:
       - docker_caosnet
 networks:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4147c772..6f163022 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,6 @@ test:
   dependencies: [cert]
   artifacts:
     paths:
-      - /tmp/crawler.output
       - caosdb_log.txt
       - mariadb_log.txt
     when: on_failure
diff --git a/integrationtests/test.sh b/integrationtests/test.sh
index d0baa501..51a05356 100755
--- a/integrationtests/test.sh
+++ b/integrationtests/test.sh
@@ -20,7 +20,7 @@ pushd extroot
 egrep -liRZ 'A description of another example' . | xargs -0 -l sed -i -e 's/A description of another example/A description of this example/g'
 popd
 echo "run crawler"
-./crawl.py  / &> $OUT
+./crawl.py  / | tee $OUT
 # check whether there was something UNAUTHORIZED
 cat $OUT
 set -e
-- 
GitLab