From 5acb554679ec69e7b42dc13f64ce30fcc733ddcd Mon Sep 17 00:00:00 2001
From: Anton Hansson <antha652@student.liu.se>
Date: Fri, 30 Sep 2022 20:38:58 +0000
Subject: [PATCH] Simple pipeline

---
   | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644  

diff --git a/  b/ 
new file mode 100644
index 0000000..effffa4
--- /dev/null
+++ b/ 	
@@ -0,0 +1,7 @@
+build: 
+    image: alpine
+    script: 
+        - echo "Hello" > index.html 
+    artifacts:
+        paths:
+            - index-.html
-- 
GitLab