From b352e9a9ccc0e6823d202924f0125836142fdc89 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Aug 2022 11:09:27 +0200 Subject: [PATCH] gitlab-ci: fix Windows job after import rename !1142 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed1998ee..22623e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -530,7 +530,7 @@ Windows: # these are the tests that must pass - python tests\checkupdates.TestCase - python tests\exception.TestCase - - python tests\import.TestCase + - python tests\import_subcommand.TestCase - python tests\init.TestCase - python tests\lint.TestCase - python tests\main.TestCase