From d7537e939c4f437fd929491c9dd62ae61df909b5 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 11 Aug 2021 12:25:06 +0200
Subject: [PATCH] MAINT: Add caosdb_client.json for tests

---
 .gitlab-ci.yml | 1 +
 src/CaosDB.jl  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2370f80..880a2b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,6 +100,7 @@ test:
   script:
     - .docker/install_cpplib.sh
     - export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH
+    - export CAOSDB_CLIENT_CONFIGURATION=$(pwd)/.docker/caosdb_client.json
     # Let's run the tests. Substitute `coverage = false` below, if you
     # do not want coverage results.
     - julia -e 'using Pkg; Pkg.add(path=pwd());
diff --git a/src/CaosDB.jl b/src/CaosDB.jl
index 9064000..2c7bcd3 100644
--- a/src/CaosDB.jl
+++ b/src/CaosDB.jl
@@ -216,4 +216,6 @@ include("Connection.jl")
 
 module Entity end
 
+module Transaction end
+
 end # CaosDB
-- 
GitLab