From a0964d0f6a6d0cd34cd53c87d886b598ba1bfc44 Mon Sep 17 00:00:00 2001 From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de> Date: Fri, 25 Mar 2022 11:59:27 +0100 Subject: [PATCH] Updated npm job name in gitlab-ci. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c66d939..f30d227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ lint-test-job: build-job: # This job runs in the build stage, which runs first. stage: build script: - - npm run build + - npm run distribute - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build-job.env artifacts: paths: -- GitLab