--- python:build: image: registry.gitlab.com/notno/ci/images/python:latest stage: build script: - pip install build - python -m build artifacts: paths: - dist needs: []