diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a36a278..6bfd043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,12 @@ before_script: - apt-get update -qq && apt-get install -y -qq python - python --version + - pip install -r requirements.txt +types: + - test + +job_test: + type: test + script: + - python test.py