From b1ce42e6e6338f5a897f494543bb92ccbb351d3c Mon Sep 17 00:00:00 2001 From: Armand Sady <armand.sady.etu@univ-lille.fr> Date: Thu, 11 Apr 2024 10:23:38 +0200 Subject: [PATCH] Add gitlab thingy --- .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