Skip to content

Instantly share code, notes, and snippets.

View mmaedler's full-sized avatar

Moritz Mädler mmaedler

  • Berlin, Germany
View GitHub Profile
@RafalSladek
RafalSladek / .gitlab-ci.yml
Last active July 18, 2021 11:59
gitlab ci file for gulp build pipeline with the latest nodejs
image: node:latest
cache:
paths:
- node_modules/
before_script:
- npm install
stages: