Fix gitlab-ci.yml

‘before_script’ should be an array of strings.
This commit is contained in:
Tom Willemse 2019-10-06 19:25:55 -07:00
parent 775552293c
commit 29289a3b76

View file

@ -7,7 +7,7 @@ stages:
build-html: build-html:
stage: build stage: build
before_script: before_script:
cask install - cask install
script: script:
make html make html
artifacts: artifacts: