From 981d2d1e8fc1fc29fe39ae62fbc0a2a08c28716f Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 17 Aug 2022 16:33:34 +0200 Subject: [PATCH] PIPELINE --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 092b9e1..bdffe02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,7 @@ test: time docker save $MARIADBVERSION > /image-cache/$MARIADBVERSION.tar || true; fi; + - cat caosdb_log.txt # the pyinttest docker writes the return value of the tests into the # file result - rc=`cat .docker/result` -- GitLab