diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2febf14220a3dfc2ab8b65bb735bcc5be55fb725..52be41f9e25854189b634784de1f3b8cfff76209 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,7 @@ unittest_py3.8:
     - mv /etc/apt/sources.list /etc/apt/sources.list.orig
     - cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
     - apt-get update && apt-get install -y tox
+    - cd ../..
     - make unittest
 
 # Trigger building of server image and integration tests