1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00
portfolio/.gitlab-ci.yml
2018-03-28 16:55:20 +02:00

17 lines
274 B
YAML

image: node:latest
cache:
paths:
- node_modules/
before_script:
- apt-get update -qq
- apt-get install -y libx11-xcb1 libxcomposite1 libxcursor1 libxfixes3 libxdamage1 libxi6
testing:
stage: test
script:
- npm install
- npm test
- npm run build