From 811124120e9f0f38dcd1553ba59d355df6f8689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20Fr=C3=A4nkl?= <andri.fraenkl@unibas.ch> Date: Mon, 12 Dec 2022 11:13:25 +0000 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 1ffb28a..f42bf0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ Coverage-test-job: # Test Stage Flake8/Pylint/mypy-test-job: # Test Stage stage: test # Deploys and runs all 3 linters. script: - - flake8 --docstring-convention google tests/tests/ + - flake8 --docstring-convention google tests/ tests/ - pylint tests/ tests/ - mypy tests/ tests/ - echo "Linters successfully deployed." -- GitLab