From cbd189524f6d4ed727227c917575c5774a281668 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Wed, 11 Aug 2021 09:46:11 +0200 Subject: [PATCH] GitLab-CI: Only run tests in src/ Specifically, the tests in unused_please_ignore_completely/ should not be run. Some of them would fail, but it doesn't matter. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f359a06..f453e172 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,4 +119,4 @@ build: - popd - python setup.py develop - - nosetests -v --processes=-1 --process-timeout=120 + - nosetests -v --processes=-1 --process-timeout=120 -w src/ -- 2.30.2