From 54f9f269a982432505dbb8eada596953bd739e5a Mon Sep 17 00:00:00 2001 From: ismcarb <715-ismcarb@users.noreply.gitlab.inf.uva.es> Date: Wed, 18 Dec 2024 09:31:30 +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