Skip to content
Snippets Groups Projects
Commit 7f6ab49f authored by Richard Perry's avatar Richard Perry
Browse files

Added test job to gitlab-ci file

parent f93af3c0
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -7,12 +7,23 @@ variables:
# 'bundle' all the required gems for the project
before_script:
- bundle install
test:
stage: test
script:
- bundle exec jekyll build -d test/
artifacts:
paths:
- test
only:
- pages
# build and deploy the site
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
- bundle exec jekyll build -d public/
artifacts:
paths:
- public
Loading
Loading
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