To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
image: node:latest stages: - lint - build before_script: - npm install eslint: stage: lint when: always script: - npm run lint build: stage: build when: always script: - npm run build