From 3b0c5fde04d46f0f510e3535419c6204c2b76076 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Mon, 12 Jun 2023 10:43:27 +0200 Subject: [PATCH] fix script name in the CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bff4bd..ed7e959 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ style: - pydocstyle mpsd-software.py - pydocstyle tests.py # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same. - - ./mpsd-software-environment.py --version + - ./mpsd-software.py --version test-bullseye: -- GitLab