From 59411c05081748b958bc4148c4d9f3e02e14c42c Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 5 Aug 2021 16:39:48 -0700 Subject: [PATCH] integration testing --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0492f27e..00e5492a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ stages: - deploy build-prod: + tags: + - integration stage: build script: - docker-compose build @@ -25,6 +27,8 @@ build-prod: - bvander/integration-tests-on-docker deplok-prod: + tags: + - integration stage: deploy script: - docker stack deploy -c docker-compose.yml --with-registry-auth my-stack