From e435dc2694df1b107987a4f30bef44665f99966e Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Wed, 6 Mar 2024 22:55:11 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20d=C3=A9place=20l'analyse=20de=20ppparis?= =?UTF-8?q?=20dans=20un=20job=20d=C3=A9di=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e784936..196105f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,16 +15,18 @@ install: - source bin/activate - pip3 install -r requirements.txt -test: +test_ppparis: + stage: test + needs: [install] script: - source bin/activate - - make + - python3 ./ppparis.py only: - main cache: key: $CI_COMMIT_REF_SLUG paths: - - data/ + - data/ppparis/ artifacts: paths: - output.log -- GitLab