From 8d45aef68f8f814d754b3069fed4c161ff5dbc42 Mon Sep 17 00:00:00 2001 From: Andrey ARISTOV <andrey.aristov@pasteur.fr> Date: Mon, 14 Mar 2022 19:24:14 +0100 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit 798b6d23be745b503f96c064e65e383544f349bf --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43575fb..ee0077e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: cache: paths: - .cache/pip - - /builds + - venv/ before_script: - pip install tox -- GitLab