From b9217260a44465781294e9dccf6b27b897d06ad4 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 18 Dec 2023 13:17:28 +0100
Subject: [PATCH] WIP: better failure output

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05354d5..880d352 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,7 +158,7 @@ test:
       - cat hash_pylib
         # Run the actual tests. This starts a new docker container within which
         # the tests run. The return value is stored in .docker/result
-      - /bin/sh ./run.sh | tee tox_output.log
+      - /bin/sh ./run.sh | tee ../tox_output.log
 
         # Save logs
       - docker logs docker-caosdb-server-1 &> ../caosdb_log.txt
-- 
GitLab