From 7461542f82e1e47f7c424abf01db17694f118991 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 12 Mar 2024 12:15:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 100c809..d63b2ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ run_tests: image: "python:$VERSION" script: - - apt update && apt install graphviz + - apt update && apt install -y graphviz - pip install -e .[dev] - export PYTHONPATH="$(pwd)" - coverage run --source . run_tests.py -- GitLab