gitlab-ci: fix Windows job after import rename !1142

This commit is contained in:
Hans-Christoph Steiner 2022-08-25 11:09:27 +02:00
parent 271e0ab232
commit b352e9a9cc
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -530,7 +530,7 @@ Windows:
# these are the tests that must pass # these are the tests that must pass
- python tests\checkupdates.TestCase - python tests\checkupdates.TestCase
- python tests\exception.TestCase - python tests\exception.TestCase
- python tests\import.TestCase - python tests\import_subcommand.TestCase
- python tests\init.TestCase - python tests\init.TestCase
- python tests\lint.TestCase - python tests\lint.TestCase
- python tests\main.TestCase - python tests\main.TestCase