diff --git a/.drone.yml b/.drone.yml index bd8fe34..e89500b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,10 @@ steps: image: node commands: - npm install - - cd server && npm install - - cd client && npm install + - cd server && npm install; cd .. + - cd client && npm install; cd .. - name: back-end test image: node commands: - - cd server && npm test \ No newline at end of file + - cd server && npm test; cd .. \ No newline at end of file