From 8141286184b82bd6365dd50f667abc7ea1f82133 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 9 Jun 2021 15:03:31 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4fbbe4..ee91a3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -146,6 +146,7 @@ test:
         fi;
       fi
     - docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev ;
+    - echo "$CAOSDB_TAG"
 
     - docker load < /image-cache/${CPPINTTEST_IMAGE_CACHE} || true
     - docker pull $CPPINTTEST_REGISTRY_IMAGE
@@ -157,7 +158,6 @@ test:
     - ls -la cert
 
       # 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