diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d553bc..fa8ffc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,8 @@ pip: script: - python -m venv env - source env/bin/activate + - poetry check + - poetry lock --check - poetry install artifacts: name: 'pip-$CI_JOB_ID' @@ -125,12 +127,6 @@ npm_lint: script: - npm run lint -poetry: - extends: .python_test_template - script: - - poetry check - - poetry lock --check - crontab: image: alpine stage: test