diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 587a13fadb9968aff5c8db6fe75b3d8793ab3409..ea03b5168a6813636a90d9a3cf2ab9030102289c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,4 @@ Test SSH: - 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" + - ssh $USER_NAME "chmod 700 execute_vehicle_classification/execute_vehicle_classification.sh && sbatch -p single ./execute_vehicle_classification/execute_vehicle_classification.sh $GITLAB_KEY"