# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1582019246 -3600
#      Tue Feb 18 10:47:26 2020 +0100
# Node ID 1fa3d57d94374d3d0e22e4b1064fcecd7b9c0b6b
# Parent  3d68c534d93b489067929fae2014569f70e7b81b
🚀 build the image

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 stages:
 - test
-- release
+- build
 
 flake8:
   stage: test
@@ -16,4 +16,9 @@
   script:
   - isort --check-only --diff
 
-# TODO build docker images
+docker:
+  stage: build
+  image: docker.orus.io/cc/docker
+  script:
+  - export DOCKER_IMAGE=xcgd/odoo_scripts CUSTOM_TAG=latest
+  - docker-build