Skip to content
Snippets Groups Projects

fix(CI): Use the proper image for tox command

Merged Fabien Amarger requested to merge topic/default/fix-ci into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ flake8:
py3:
stage: tests
image: r.ext.logilab.fr/jenkins/jnlp:buster
image: ${CI_REGISTRY}/cubicweb/dockerfiles/buster-slim-pg11-ldap
script: tox -e py3
artifacts:
paths:
Loading