1
0
Fork 0

gitlab-ci: Don't upload test artifacts

There's no need to upload test artifacts since they don't produce anything
that we care about so far, while this phase slows down the pipeline execution.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/436
This commit is contained in:
Marco Trevisan (Treviño) 2019-02-11 15:55:20 +01:00
parent 54fdd633fe
commit eaacbb3289

View file

@ -19,9 +19,6 @@ test-mutter:
stage: test
dependencies:
- build-mutter
artifacts:
paths:
- build
variables:
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data"