diff --git a/launch.sh b/launch.sh
index d17b061d125d53df01343e0998b6ac134965692b_bGF1bmNoLnNo..2858bf0368b9369a521aad1d1471326ed05a6edb_bGF1bmNoLnNo 100755
--- a/launch.sh
+++ b/launch.sh
@@ -5,7 +5,7 @@
 asv machine --machine "docker" --os "Linux 4.10.0-22-generic" --arch "x86_64" --cpu "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz" --ram "15953356"
 
 # Ensure all repository are here
-if [ ! -d "/asv/repos/mozilla-central/" ]; then
+if [ ! -d "repos/mozilla-central/" ]; then
     hg clone https://hg.mozilla.org/mozilla-central/ repos/mozilla-central/
 fi