diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49c73b8..74360db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,9 @@ image: "python:3.8" before_script: - python --version + - python -m pip install --upgrade pip - pip install -r requirements.txt - - pip install -r dev-requirements.txt + - pip install -r dev_requirements.txt stages: - lint