From d2f6ca8c620b488d536115b43bdffb0ec33e4f52 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 13 Feb 2021 17:19:46 -0800 Subject: [PATCH] Fixing needs relationship for test-json-api --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b978fe..1c9d80a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ test-json-api: stage: test needs: - build-json-api + only: [ "master" ] dependencies: - build-json-api