From 09ca4d0b154fb8537d9efedc0531c410cb733428 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 9 Jan 2024 16:49:52 +0100
Subject: [PATCH] use default stages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d86016..283cdfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,6 @@ variables:
   POSTGRES_USER: "postgres"
   POSTGRES_PASSWORD: "test"
 
-stages:
-  - test
-
 test-style:
   stage: test
   image: python:3.9
-- 
GitLab