diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ced3e066bfcbc075ab3925dfe421c80e99483d2..9e5ab6f76083d4599457ff3f3b881d661ee2eed6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ pep8:
   needs: [install]
   script:
   - s3/download-from-s3.sh "${PREF}" "${S3_KEY}" "${S3_SECRET}" "${S3_HOST}" "${S3_BUCKET}" data/ || true
+  - source bin/activate
   - /etc/init.d/tor start
   - make "${PREF}"
   - s3/upload-to-s3.sh "${PREF}" "${S3_KEY}" "${S3_SECRET}" "${S3_HOST}" "${S3_BUCKET}" data/ || true