Update .gitlab-ci.yml

This commit is contained in:
2019-01-20 11:23:41 +00:00
parent 7762742538
commit 19b060b70e

View File

@@ -6,4 +6,5 @@ build:
image: node:latest image: node:latest
script: script:
- yarn - yarn
- yarn run start &! - ln -s /media/songs ./src/static
- yarn run start &! | true