From 6f6132b7a6f3acdb1b1a050da91120d8e3124a66 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 11 May 2021 17:19:52 +0200 Subject: [PATCH] fixed needs deps; --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ed7e16..c4c202c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ test_fe: extends: - .test needs: - - build_fe + - lint_fe test_be: script: @@ -70,7 +70,7 @@ test_be: extends: - .test needs: - - build_be + - lint_be ######## # COMPOSE-BUILD