diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 478acf531f05edc4986b6b84f84c77679aeb901c..e8098aa6862f15cd7422d21bba7f62ddba27051e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,17 +4,17 @@ stages: - test before_script: - - cat /etc/issue - - python -V - - which python - - python -m venv ../venv - - source ../venv/bin/activate - - which python - - pwd - - pip install -U pip - - pip --version - - pip install pytest black ruff - - pytest --version + - cat /etc/issue + - python -V + - which python + - python -m venv ../venv + - source ../venv/bin/activate + - which python + - pwd + - pip install -U pip + - pip --version + - pip install pytest black ruff + - pytest --version style: @@ -24,7 +24,7 @@ style: - black --version - ruff --version - ruff . - - black --check --diff . + - black --check --diff . test3-09: @@ -48,4 +48,3 @@ test3-11: script: - echo "run tests here later" - python --version -