From 7ca739adb759db31347badd2d5043719a45b52c4 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 3 Feb 2022 20:30:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b22f791..568d0a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,6 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." + - npm install - npm run build - echo "Compile complete."