Skip to content
Snippets Groups Projects

Use quay image for tests

Merged Vincent Hatakeyama requested to merge topic/default/quay into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -58,7 +58,7 @@
stage: test
needs: []
image:
name: registry.xcg.io/odoo/odoo:11.0-bionic
name: quay.orus.io/odoo/odoo:11.0-bionic
entrypoint: [""]
services:
- name: postgres:12-alpine
Loading