diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11e2e7b..bcb83ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,5 @@ build: image: node:latest script: - yarn - - yarn run start &! + - ln -s /media/songs ./src/static + - yarn run start &! | true