From cc259f68a3074973bbbe3412121dd59c5f311154 Mon Sep 17 00:00:00 2001
From: Vincent  GUILLEMOT <vincent.guillemot@pasteur.fr>
Date: Fri, 9 Dec 2022 16:59:48 +0100
Subject: [PATCH] Delete .gitlab-ci.yml

---
 .gitlab-ci.yml | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 4c86096..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# The Docker image that will be used to build your app
-image: node:lts
-
-pages:
-  stage: deploy
-  artifacts:
-    paths:
-      - public
-  only:
-  - main
-- 
GitLab