diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e96956f..a545e6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ -image: jekyll/jekyll:pages build site: + image: jekyll/jekyll:pages stage: build script: - bundle install --path=vendor @@ -9,4 +9,13 @@ build site: artifacts: expire_in: 1 month paths: - - xmppdk \ No newline at end of file + - xmppdk + +test site: + image: mesosphere/linkchecker + stage: test + script: + - apt-get update && apt-get install busybox + - cd xmppdk + - busybox httpd -p 4000 + - linkchecker http://localhost:4000/