From ed4d2182d2d0d1bddb99c6ac6d5dccc045a163db Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Jun 2021 12:08:27 +0200 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bfae6c..e413342 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,9 +135,9 @@ test: # the pyinttest docker writes the return value of the tests into the # file result - /bin/sh ./run.sh - - cd .. - docker logs docker_caosdb-server_1 &> ../caosdb_log.txt - docker logs docker_sqldb_1 &> ../mariadb_log.txt + - cd .. - docker-compose -f .docker/docker-compose.yml down - rc=`cat .docker/result` - echo mariadb:$(docker image ls mariadb | grep mariadb | awk '{print $2}') -- GitLab