diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 044a9968cd914d8f429486325a0e436691b3963e..898e8123087bd45c52994c1c32dfb5f5c71edce3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
 stages:
+- build
 - test
 - build-review
 - review
@@ -37,3 +38,11 @@ include:
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml'
 
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/trigger-websites-deploy.yml'
+
+build:
+  image: dbogatov/docker-images:alpine-extras-latest
+  stage: build
+  script:
+  - echo "Build"
+  tags:
+  - docker