Skip to content
Snippets Groups Projects

fix: use custom image having tox already installed

Merged Noé Gaumont requested to merge topic/default/fix-image-usage into branch/default
1 unresolved thread
8 files
+ 8
15
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
2
---
black:
interruptible: true
before_script:
- pip install tox
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
stage: lint
script: tox -e black
Loading