From 6b65f004771166c9069e3dbb368de20807590c56 Mon Sep 17 00:00:00 2001
From: Philipp Hock <philipp.hock@liu.se>
Date: Thu, 31 Aug 2023 13:21:42 +0000
Subject: [PATCH] Add .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..ed34bce
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,2 @@
+# The Docker image that will be used to build your app
+image: node:lts
-- 
GitLab