From 1f0e57a569f5f7c2e2f6f8f67867823e41592683 Mon Sep 17 00:00:00 2001
From: Dobromir Palushev <dobromir@peaksandpies.com>
Date: Fri, 2 Sep 2022 23:00:08 +0200
Subject: [PATCH] don't want to run the test stage in the container

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 257b242..b14447a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,7 @@ build-image:
   script:
     - docker image build
       --tag "${CONTAINER_TAG}"
+      --target=build
       "./app"
     # - docker image build
     #   --tag "${CONTAINER_TAG}-google-sdk"
-- 
GitLab