From d20bd7b04e7676e0e568115c55d04bd7063875aa Mon Sep 17 00:00:00 2001 From: Eric Boittier <ericdavid.boittier@unibas.ch> Date: Mon, 12 Dec 2022 16:44:46 +0100 Subject: [PATCH] clean up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3443816..6b7cde7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ default: image: python:3.10-slim-buster my_tests: - # Good to put a small description here of what this job does + # run tests script: - pip install . - pip install -r requirements_dev.txt -- GitLab