image: node:7.7.3 cache: paths: - node_modules/ before_script: - npm install - npm install bower - npm install purescript - npm install pulp - bower install pages: stage: deploy script: - ./build artifacts: paths: - public only: - master