From 6138427e866130adc34d63fe17f6ec0fb4a51d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Fri, 14 Apr 2023 13:25:52 +0200 Subject: [PATCH] CI: build and test in same phase --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 207accf..46ddbcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,14 +7,10 @@ before_script: - pwd - pip3 install networkx -build: - stage: build - script: - - pip3 install . - test: stage: test coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' script: + - pip3 install . - pytest --cov=. -- GitLab