From 5b2b81c39bf4fc0e462bacaef03d47e3be22760a Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 19 Aug 2021 10:34:23 -0400 Subject: [PATCH] stage order matters, maybe --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 528b87c9..fee2eda4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ before_script: - pip install docker-auto-labels stages: - - test - build + - test - deploy variables: