diff --git a/docker-compose/integration-test.yml b/docker-compose/integration-test.yml
index ad4740833efa36708a54b21a9787cb91b6a7e46d..e59ca9c92b8b3d1e20bef63b19f0ee2a0a969025 100644
--- a/docker-compose/integration-test.yml
+++ b/docker-compose/integration-test.yml
@@ -9,7 +9,8 @@ version: '2'
 services:
   integration-test:
     build:
-        context: itango
+        context: ..
+        dockerfile: docker-compose/lofar-device-base/Dockerfile
         args:
             SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION}
     container_name: ${CONTAINER_NAME_PREFIX}integration-test
diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg
index 971f55af72ab629d99aa3ac67fa31e3251b99232..6af6b55d604b22877688ac119720e6709b671611 100644
--- a/tangostationcontrol/setup.cfg
+++ b/tangostationcontrol/setup.cfg
@@ -26,7 +26,9 @@ classifier =
 package_dir=
     =.
 packages=find:
-python_requires = >=3.7
+python_requires => 3.7
+install_requires =
+    GitPython>=3.1.20
 
 [options.packages.find]
 where=.