From 9c653dd4cd46dd1b6c1515d66cfb685807ec186e Mon Sep 17 00:00:00 2001
From: Armand Sady <armand.sady.etu@univ-lille.fr>
Date: Thu, 11 Apr 2024 10:24:12 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4229fe8..e69de29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +0,0 @@
-# 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