diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 127ff6d163c9f969a08746abe5c476eea91ac215..587a13fadb9968aff5c8db6fe75b3d8793ab3409 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,5 +13,6 @@ before_script:
 Test SSH:
     script:
       - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
+      - ssh $USER_NAME "mkdir -p execute_vehicle_classification"
       - scp execute_vehicle_classification.sh $USER_NAME:~/execute_vehicle_classification/execute_vehicle_classification.sh
       - ssh $USER_NAME "chmod 700 execute_vehicle_classification/execute_vehicle_classification.sh && ./execute_vehicle_classification/execute_vehicle_classification.sh $GITLAB_KEY"