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