From f27d7e1f9ab8e0cf95967bef8cc313abc8e9b1e1 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Tue, 8 Feb 2022 22:37:43 -0500 Subject: [PATCH] Seperated UI task from build task --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98fc0f5..ffa940a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,11 @@ test: - cargo test build:ui: + stage: build image: node:latest script: - npm install - - npm build + - npm run build artifacts: paths: - dist/