From 330635695141547eb066082e0b28fa088227f2a8 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Sat, 1 Dec 2018 16:16:04 -0500
Subject: [PATCH] Fix.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c083cd..84cf604 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,7 @@ include:
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml'
 
 container-scan:
+  stage: quality-security
   image: docker:stable
   variables:
     DOCKER_DRIVER: overlay2
@@ -56,3 +57,5 @@ container-scan:
   artifacts:
     reports:
       container_scanning: gl-container-scanning-report.json
+  tags:
+  - docker
-- 
GitLab