GitLab CI: fix before_script type

This commit is contained in:
Alex Gleason
2022-12-30 11:25:18 -06:00
parent 1d31ac01aa
commit 803b09f970

View File

@ -85,7 +85,8 @@ jest:
nginx-test:
stage: test
image: nginx:latest
before_script: cp installation/mastodon.conf /etc/nginx/conf.d/default.conf
before_script:
- cp installation/mastodon.conf /etc/nginx/conf.d/default.conf
script: nginx -t
only:
changes: