utils/checkpackagelib: run unit tests on GitLab CI

... so we can catch regressions on check-package.

Update to the new docker image that was pushed after the previous
commit.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Ricardo Martincoski
2022-01-23 13:08:45 -03:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent a9061b7e68
commit fcceee0b2e
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
.check-check-package_base:
script:
- python3 -m pytest -v utils/checkpackagelib/
.check-DEVELOPERS_base:
# get-developers should print just "No action specified"; if it prints
# anything else, it's a parse error.