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:
stage: build
before_script:
cask install
- cask install
script:
make html
artifacts: