From 585a05c06849100770c4bf6823332244ee20fd61 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Sat, 1 Dec 2018 15:09:39 -0500
Subject: [PATCH] Add review to CI.

---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5323028..bb8dda2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,24 @@
 stages:
 - test
+- build-review
+- review
 - release
 
 variables:
   INDEX: "index.html"
   REPO: "templates/simple-webpage"
+  AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
+  # username is always "review" (without quotes)
 
 include:
+- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/before-script.yml'
+
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/tidy.yml'
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/blc.yml'
+
+- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/build-review.yml'
+- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/review.yml'
+- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/stop-review.yml'
+
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/dockerify.yml'
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml'
-- 
GitLab