From 9873b9739d0a1f80d6f86c054c3e8f917fedf5e5 Mon Sep 17 00:00:00 2001 From: AcidUK Date: Mon, 8 Mar 2021 08:56:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b316c57..92c71bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: "python:3.9" +variables: + SMS_TO: "01234567890" + before_script: - python --version - pip install -r requirements.txt