pipeline: resolve: image: alpine commands: - cat /etc/resolv.conf - nslookup git.sbruder.de 8.8.8.8 - ping -c 1 127.0.0.11 - ping -c 1 sbruder.de - ping -c 1 git.sbruder.de when: status: [ success, failure ] build: image: node:alpine commands: - npm install - npm run build