diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afeb5c4989e1fe9b704c5b89967baebb584e866e..f172902de48adb90c97ef71c5550dd0468c91b09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ test:
   stage: test
   needs:
     - build
-    - models
+    - prepareTTCrepo
   script:
     - ./gradlew --console=plain --info test
   artifacts:
@@ -50,7 +50,7 @@ timing:
   stage: benchmark
   needs:
     - build
-    - models
+    - prepareTTCrepo
   script:
     - ./all-timed-benchmark.sh
   artifacts: