Skip to content
Snippets Groups Projects
Commit 6f3ebcb6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add a test job

parent cc910e01
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3 image: ruby:2.3
test:
stage: test
script:
- gem install jekyll
- jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages: pages:
stage: deploy
script: script:
- gem install jekyll - gem install jekyll
- jekyll build -d public - jekyll build -d public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment