Install all dependencies
This commit is contained in:
parent
1d68c226bd
commit
90d461a01e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_script:
|
||||||
- curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
|
- curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
|
||||||
- dpkg -i /tmp/hugo.deb
|
- dpkg -i /tmp/hugo.deb
|
||||||
- touch .env
|
- touch .env
|
||||||
- npm ci --cache .npm --prefer-offline --production
|
- npm ci --cache .npm --prefer-offline
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue