gitlab-ci: further tests

This commit is contained in:
Jonas Heinrich 2020-10-13 11:39:18 +02:00
parent c66fc56a7b
commit 52fe16001b

View File

@ -12,7 +12,7 @@ Compile:
stage: compiling
script:
- apt update
- apt install npm
- apt install -y npm
- npm install
- if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then npm run build:prod ; fi
- if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then npm run build:nightly ; fi