From 0e90f3c34b5f5264242a6be901b7fee3fc7cb805 Mon Sep 17 00:00:00 2001 From: Andrew Kapuscinski <akapusci@nrao.edu> Date: Mon, 15 Mar 2021 13:45:08 -0600 Subject: [PATCH] Removed the need for unit tests on push stage in CI --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d93982a16..5693be79f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,24 +167,18 @@ push workflow: variables: SERVICE_NAME: "workflow" extends: .push - needs: - - unit test workflow push capability: stage: push variables: SERVICE_NAME: "capability" extends: .push - needs: - - unit test capability push notification: stage: push variables: SERVICE_NAME: "notification" extends: .push - needs: - - unit test notification push web: stage: push -- GitLab