diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f15989f35ea96ea514af426f87ce7bde0170ab36..fc0eec1b1f63e65fecea2392a7bb2e4d5fff3c9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,8 @@ build_docker_from_cache:
 
 before_script:
   - pip3 install --break-system-packages .[full]
+  - git clone https://github.com/NIFTy-PPL/JAXbind.git
+  - pip3 install --break-system-packages JAXbind/
 
 test_resolve:
   stage: testing
diff --git a/setup.py b/setup.py
index ab666ecc4049db86143714ecc4fe27a681b12c37..4c6dae9581d613e1b0eb9ef165b7934bb4c2f25c 100644
--- a/setup.py
+++ b/setup.py
@@ -146,7 +146,7 @@ setup(
     zip_safe=True,
     dependency_links=[],
     install_requires=["ducc0>=0.23.0", "numpy", "nifty8>=8.0"],
-    extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib", "jaxbind")},
+    extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib")},
     ext_modules=extensions,
     entry_points={"console_scripts":
         [