From 3c0e3953b412764f20e67df84978617c02a1423a Mon Sep 17 00:00:00 2001 From: Spencer Pincott Date: Mon, 29 Aug 2022 23:49:58 -0400 Subject: [PATCH] Need tags --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c55e9b..4a8e798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: build: image: node:fermium-buster + tags: + - docker-build stage: build script: npm run build artifacts: @@ -12,6 +14,8 @@ build: deploy: image: docker + tags: + - docker-build stage: deploy environment: name: sol-journal