diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5f8d10..5f13e98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: stages: - test + - doc - deadline - plagiates @@ -22,11 +23,11 @@ before_script: ## get API token from secret variable - cp python-gitlab.cfg $HOME/.python-gitlab.cfg - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg - - python setup.py install + - python3 setup.py install deadlines: ## creates the pushed tag inside all projects - stage: deadlines + stage: deadline tags: - abgabesystem