From c343c9511d1714cf5cb4b7d0026dd1aa39755fed Mon Sep 17 00:00:00 2001
From: "Lemmer, Jan" <jan.lemmer@fst.tu-darmstadt.de>
Date: Thu, 7 Oct 2021 09:51:05 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..a4a2191
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+#Based on STFS Workshop
+stages:
+    - Run
+Test Code:
+    stage: Run
+    tags:
+        - VM-Win-PlotID 
+    script:
+            -./test.sh
\ No newline at end of file
-- 
GitLab