From e189c326583ab33ef0ec5ef111fc62e9fc850853 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 7 Jun 2022 12:12:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d036593..2e0acfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: test: stage: test - tags: ["shell"] + tags: ["build"] script: make test artifacts: paths: @@ -15,7 +15,7 @@ test: build: stage: build - tags: ["shell"] + tags: ["build"] script: - mv env.vanilla env - make prod