diff --git a/.docker/tester.yml b/.docker/tester.yml index ab65caedca994345255ee6404618630a5054158e..262ad378b86cbfe883bbaa07225763c7937f90f8 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 4147c7728ea0b745e01b4755022cc529dbf42b04..6f16302268efdc594c4ef9213830e62b4c06c9da 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 d0baa501b404b4984357c99b67fb42cf213fbb97..51a05356cadcafba9efdb5cdde3807476548e275 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