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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

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: