From 8173d5f6368b2d3cc96e7e96933b81e35d26c6c3 Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Fri, 10 Aug 2018 14:26:38 +0300
Subject: [PATCH] fix: add correct production tag

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1390ab44..7327cd46e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ test-qa:
     url: $CI_ALB_URL
 
 test-production:
-  image: $CI_ECR_URL:latest
+  image: $CI_ECR_URL:production
   stage: test
   only:
     - master
-- 
GitLab