diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67ce1033dc6ac3b452f6e94c830744e9b8eff1c4..127ff6d163c9f969a08746abe5c476eea91ac215 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,6 @@ before_script: Test SSH: script: - - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n') + - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n') - 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"