From 798b6d23be745b503f96c064e65e383544f349bf Mon Sep 17 00:00:00 2001 From: Andrey ARISTOV <andrey.aristov@pasteur.fr> Date: Mon, 14 Mar 2022 19:19:33 +0100 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 ee0077e..43575fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: cache: paths: - .cache/pip - - venv/ + - /builds before_script: - pip install tox -- GitLab