Commit c9d3dfac authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent 8c737115
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ prepare_and_install:
  tags:
    - git-run-ia2
  script:
    - echo "Python version: $(python -V)"
    - echo "Python version $(python -V)"
    - pip install --upgrade pip
    # Install all necessary tools for subsequent stages
    - pip install isort autopep8 pylint black # Added black for completeness