Skip to content

Specify the image to use for deploy and pypi jobs

Samuel GAIST requested to merge fix_upload_jobs into master

Currently, these jobs uses the default image (whatever it is) but it looks like a recent update removed curl from it and likely git as well and thus breaks these jobs.

To avoid that, lets use the same image as the Linux build jobs since they have all what is required.

Merge request reports