diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0558c1ef5157ffc7473f10e34c6675103c69d338..cd076ea4182573382bb0ac12a65aa10070e8437e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ stages:
     - ./_ci/before_build.sh
   script:
     - ./_ci/build.sh 1
-    - ./bin/bob_dbmanage.py ijba download
   after_script:
     - ./_ci/after_build.sh
   artifacts:
diff --git a/buildout-satellites.cfg b/buildout-satellites.cfg
index 184bf1147955984d15365fd1ab992eeb9547886a..8b8816076d62af5d26aea7bf40baafe23602c48e 100644
--- a/buildout-satellites.cfg
+++ b/buildout-satellites.cfg
@@ -35,7 +35,6 @@ develop +=  src/bob.db.bio_filelist
            src/bob.db.asvspoof
            src/bob.db.kboc16
            src/bob.db.putvein
-           src/bob.db.ijba
            src/bob.db.cuhk_cufs
            src/gridtk
 
@@ -70,7 +69,6 @@ eggs += bob.db.bio_filelist
        bob.db.asvspoof
        bob.db.kboc16
        bob.db.putvein
-       bob.db.ijba
        bob.db.cuhk_cufs
        gridtk
 
@@ -107,7 +105,6 @@ bob.db.avspoof = git https://gitlab.idiap.ch/bob/bob.db.avspoof
 bob.db.asvspoof = git https://gitlab.idiap.ch/bob/bob.db.asvspoof
 bob.db.kboc16 = git https://gitlab.idiap.ch/bob/bob.db.kboc16
 bob.db.putvein = git https://gitlab.idiap.ch/bob/bob.db.putvein
-bob.db.ijba = git https://gitlab.idiap.ch/bob/bob.db.ijba
 bob.db.cuhk_cufs = git https://gitlab.idiap.ch/bob/bob.db.cuhk_cufs
 gridtk = git https://gitlab.idiap.ch/bob/gridtk
 
diff --git a/requirements-satellites.txt b/requirements-satellites.txt
index 9a73e3763ba5260b9b64f1fe9c78594928f1150b..ad66dd5abfa5317b4cc10bdf015377c9d82289b4 100644
--- a/requirements-satellites.txt
+++ b/requirements-satellites.txt
@@ -29,6 +29,5 @@ bob.db.avspoof
 bob.db.asvspoof
 bob.db.kboc16
 bob.db.putvein
-bob.db.ijba
 bob.db.cuhk_cufs
 gridtk