[Git][NTPsec/ntpsec][master] ci: add image to python-coverage job

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Fri Jul 3 01:15:11 UTC 2026



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
b5e40ce8 by Mark Atwood at 2026-07-03T01:12:11+00:00
ci: add image to python-coverage job

The job uses apt-get but had no image specified, which caused failures
when GitLab's default runner image lacked apt. Uses python3 image
since that's a minimal Debian-based image with Python available.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -286,6 +286,7 @@ python3:
 
 python-coverage:
   <<: *job_definition
+  image: $CI_REGISTRY/ntpsec/ntpsec/python3
   script:
     - apt-get update -qq && apt-get install -y -qq netbase bison python-dev-is-python3 python3-coverage
     - python ./waf configure --enable-warnings --enable-Werror --disable-doc --disable-manpage build



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/b5e40ce896abee300285da05a28e92b3be3ca2f0

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/b5e40ce896abee300285da05a28e92b3be3ca2f0
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20260703/32f2f57c/attachment.htm>


More information about the vc mailing list