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."