diff --git a/cloneall.bash b/cloneall.bash
index c3150be8059b39efcabf2f4ee6e16c04a0916493..17280822672bc163ff8f0aa160b9635f6aed86a0 100755
--- a/cloneall.bash
+++ b/cloneall.bash
@@ -31,7 +31,7 @@ if [ ! -z "$clona" ]; then
 
 	[[ ! -d "$REPO" ]] && git clone ssh://git@git.ia2.inaf.it/hotwheels/$REPO.git
         pushd $REPO
-	[[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8  && pip install PyYaml
+	[[ "$REPO" != gitlab-profile ]] && [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8  && pip install PyYaml
         git switch dev || echo no dev branch
         popd
     done