Update CI config to run tests with --ci option

This commit is contained in:
Henrik Hüttemann 2023-06-19 20:39:14 +02:00
parent 4c5d4ce72e
commit 96adb5e56d
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E

View File

@ -40,7 +40,7 @@ pipeline:
image: *node_image image: *node_image
commands: commands:
- *create_synapse_access_token - *create_synapse_access_token
- npm test - npm test --ci
node-compile: node-compile:
image: *node_image image: *node_image