Skip to content
Snippets Groups Projects
Commit ee9be2f2 authored by John Coghlan's avatar John Coghlan
Browse files

Update .gitlab-ci.yml

parent 3552b560
No related branches found
No related tags found
No related merge requests found
image: node:10
image: node:9.11.1
pages:
cache:
......@@ -6,13 +6,12 @@ pages:
- node_modules/
script:
- cd website
- yarn
- yarn install
- yarn build
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment