diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dbede0..a0d741c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,6 @@ build: # This job runs in the build stage, which runs first. before_script: script: - echo "Compiling the code..." + - npm install - npm run build - echo "Compile complete." \ No newline at end of file