diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15a846dcfd08c941da0c7df44c297a9d47e199b8..c6600b661b06ad0ab706414d2e0736689a4fe1e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,6 @@ datasets:
     - renku dataset add covid-19-chile -s data/*.csv  -s data/covid19_chile.rds https://github.com/itoledor/coronavirus.git --force || true
     - renku dataset add covidtracker https://ocgptweb.azurewebsites.net/CSVDownload -d covidtracker.csv --force || true
     - renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
-    - renku run papermill -p out_folder ./data/distancing-metrics/ --inject-paths notebooks/process/download-distancing-data.ipynb runs/download-distancing-data.runs.ipynb
     - git push --set-upstream origin $BRANCH_NAME
 
 notebooks: