From e46742be646386904642b4715fce72395fd656ab Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan.grewe@flixbus.com> Date: Thu, 7 Jun 2018 15:34:25 +0200 Subject: [PATCH] Add CI job (fix) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5dae91..424f8e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,3 +6,5 @@ build: script: - docker build -t dcr.mfb.io/devops/nexenta_exporter:latest . - docker push dcr.mfb.io/devops/nexenta_exporter:latest + tags: + - autoscaling -- GitLab