diff --git a/.drone.yml b/.drone.yml index cdb3ee9..424c115 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: back-end steps: - name: install dependencies - image: node + image: sandervocke/postgres_node:12 commands: - npm install - cd server && npm install; cd ..