Update .gitlab-ci.yml file

This commit is contained in:
2021-03-08 08:56:45 +00:00
parent 5a17cf6b0b
commit 9873b9739d

View File

@@ -1,5 +1,8 @@
image: "python:3.9" image: "python:3.9"
variables:
SMS_TO: "01234567890"
before_script: before_script:
- python --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt