From 97ad876ca406707e1de4e1fd4cc9e3e983f5d72d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 27 Jul 2021 20:24:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1b635ff --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: python:3.9.5-slim + +before_script: + - pip install -r requirements.txt + +latest: + script: + - cd src + - python main.py