From d3745f6faf366dae5dd0d5e9cb650105551dbf47 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 09:56:52 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af29751..6fe0f06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,6 +160,7 @@ test:
       - cd .docker
 
         # here the server and the mysql backend docker are being started
+      - echo "$CAOSDB_TAG"
       - CAOSDB_TAG=$CAOSDB_TAG docker-compose  up -d
 
         # the pyinttest docker writes the return value of the tests into the
-- 
GitLab