diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5116ef38368c44224dab58d2fa17135904ffdba0..8687dc33ad810d034900954e47f7d1373a3f989d 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"