From 073d01659538c3b96704cab4da79febb06b7a502 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Thu, 17 Jun 2021 21:24:07 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 587a13f..ea03b51 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"
-- 
GitLab