From e877d9bb9857734e6634c0b8e46f9d99b16e2cc7 Mon Sep 17 00:00:00 2001
From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de>
Date: Thu, 22 Sep 2022 15:21:57 +0200
Subject: [PATCH] change back to root

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5116ef3..8687dc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ build-job:       # This job runs in the build stage, which runs first.
   script:
     - cd lib
     - bash install_corpus_services_jar.sh
+    - cd ..
     - mvn compile assembly:single
   artifacts:
      name: "release"
-- 
GitLab