From a4d0acfb4fd158bb1995fcf1ec7525631de155cf Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Thu, 10 Nov 2022 14:44:07 +0100 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 305b487..50b2bf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ default: cache: paths: - .cache/pip - # Do not cache .tox, to recreate virtualenvs for every step + # Do not cache .tox, to recreate virtual envs for every step stages: - lint -- GitLab