diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcae7e2..28b4ceb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: stage: build image: node:latest script: - - killall node >> /dev/null 2>&1 + - killall node >> /dev/null 2>&1 & true - yarn - ln -s /media/songs ./src/static - yarn run start >> /var/log/slowdowner/access.log 2>&1 & true