diff --git a/.docker/tester.yml b/.docker/tester.yml index 262ad378b86cbfe883bbaa07225763c7937f90f8..ab65caedca994345255ee6404618630a5054158e 100644 --- a/.docker/tester.yml +++ b/.docker/tester.yml @@ -6,6 +6,9 @@ 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 6f16302268efdc594c4ef9213830e62b4c06c9da..4147c7728ea0b745e01b4755022cc529dbf42b04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ test: dependencies: [cert] artifacts: paths: + - /tmp/crawler.output - caosdb_log.txt - mariadb_log.txt when: on_failure