From c04428e33bbc72b994241076e74728e374626266 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 24 Aug 2024 17:32:39 +0200 Subject: [PATCH] ci(gitlab-ci): fix pipeline --- .gitlab-ci/backend.yml | 3 +-- .gitlab-ci/frontend.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/backend.yml b/.gitlab-ci/backend.yml index a3424efc9..f6e2bd5ed 100644 --- a/.gitlab-ci/backend.yml +++ b/.gitlab-ci/backend.yml @@ -64,8 +64,7 @@ test: needs: - job: container optional: true - - job: backend build - artifacts: true + - compile image: *backend-image script: - *load-backend-image diff --git a/.gitlab-ci/frontend.yml b/.gitlab-ci/frontend.yml index 89a0fd3e9..556e001dc 100644 --- a/.gitlab-ci/frontend.yml +++ b/.gitlab-ci/frontend.yml @@ -69,8 +69,7 @@ test: needs: - job: container optional: true - - job: frontend build - artifacts: true + - compile image: *frontend-image script: - *load-frontend-image