From c7eff0680ad67fa9ee9c217512aacd10732c49d3 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 9 Jan 2024 14:39:30 +0100 Subject: [PATCH] test needs nothing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d784f2b..46b165c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ test: stage: test + needs: [] image: python:$PYTHON_VERSION script: - pip3 install -r requirements.txt -- GitLab