stages: - linting - testing - build - staging - production default: image: python:3.12-slim build_image: stage: build image: docker services: - docker script: - docker build -t facturio .