From ab46741af1789f2e0265317f2ff19a140777d9d5 Mon Sep 17 00:00:00 2001
From: garcias <daniel.garcia22@estudiantes.uva.es>
Date: Sat, 7 Dec 2024 07:41:29 +0000
Subject: [PATCH] Add .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..4229fe8
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,5 @@
+# The Docker image that will be used to build your app
+image: node:lts
+# Functions that should be executed before the build script is run
+before_script:
+  - npm ci
-- 
GitLab