From a5878084bee00adce47213ac96857bb6ee3bfb19 Mon Sep 17 00:00:00 2001 From: Andreas Balogh Date: Fri, 24 Jul 2020 21:59:18 +0200 Subject: [PATCH] added ci yaml --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e69de29..2eb6fd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +before_script: + - pip --version + +job0: + tags: + - python + script: + - pwd + - ls -la + - cd src + - python -m scraper \ No newline at end of file