diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 058ba2ff8aae46919427a4051bad4aa6368b0f51..30634b2cc13d6d1d9e7165977b75e5f12469006c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,6 +73,7 @@ test:
     - yarn test
     # Clean the dump directory before testing
     - rm -rf /tmp/duniter_ci_dump/
+    - mkdir -p /tmp/duniter_ci_dump/
     - bash .gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/
     # Code coverage
     - cp -R coverage /tmp/coverage