From a21cbe1b996c85e4a8a632358791e28e84ad71f0 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Sun, 2 Dec 2018 17:54:07 -0500 Subject: [PATCH] Fix. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 044a996..898e812 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 -- GitLab