pipeline: backend: image: python environment: - DATABSE_URL=postgres://postgres:password@database:5432/postgres commands: - pip install virtualenv - make env - make lint - make test services: database: image: postgres environment: - POSTGRES_PASSWORD=password