From a884c9a76509befc14d2eddb957bd4c521f0fa29 Mon Sep 17 00:00:00 2001 From: Eric Boittier <ericdavid.boittier@unibas.ch> Date: Mon, 12 Dec 2022 16:11:27 +0100 Subject: [PATCH] testing CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5adc43e..61961d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,6 @@ default: my_tests: # Good to put a small description here of what this job does script: + - pip install -r requirements_dev.txt - black cdna - pylint cdna -- GitLab