Update .gitlab-ci.yml file

This commit is contained in:
Christoph Stahl 2022-02-03 20:30:59 +00:00
parent 47e8f283fd
commit 7ca739adb7

View file

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