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