diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dfd78900eef3912acd4d9a293ed479f0082a60c..c6154ba466e7476a71877704184dd1b913941877 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ make_zip:
   only:
     - master@doc/tutorials
   script:
-    - MODELS=`find -mindepth 1 -maxdepth 1 -type d -not -name .git`
+    - MODELS=`find . -mindepth 1 -maxdepth 1 -type d -not -name .git`
     - for i in ${MODELS}; do echo ${i}; rm -f ${i}.zip; zip -r ${i}.zip ${i}; done
     - ZIPS=`ls *.zip`
     - scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${ZIPS} geuzaine@onelab.info:.wwwonelab/onelab_files/