From 514f69401f2ae6aab5d2ef67ad682d1b83e9f48f Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Thu, 1 Apr 2021 20:33:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd1a297..9b3aa8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,3 +2,5 @@ include: - project: 'platform-one/big-bang/pipeline-templates/pipeline-templates' ref: master file: '/templates/package-tests.yml' +variables: + test: 1 -- GitLab