From 60fc2ee4e1386d498a5131b2671705095ddb5fd0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco <santilococo.01@gmail.com> Date: Mon, 30 Oct 2023 22:18:59 -0300 Subject: [PATCH] Fix more pipeline bugs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 349fa07..c068cec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -303,7 +303,7 @@ test-browser-client: path: cobertura-coverage.xml needs: - job: preparation - - job: build-browser + - job: build-browser-client artifacts: true test-screen-client: @@ -333,7 +333,7 @@ test-screen-client: path: cobertura-coverage.xml needs: - job: preparation - - job: build-browser-client + - job: build-screen-client artifacts: true test-browser-integration: