From eaacbb328918c3c5243037a25c6ff977f6bf8e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 11 Feb 2019 15:55:20 +0100 Subject: [PATCH] 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 --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdc5e4878..07348238d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"