Commit 0970da3b authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent ad584edd
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ cache:
  key: "$CI_COMMIT_REF_SLUG" # Cache per branch
  paths:
    - .cache/pip
    - venv/ # If you use a virtual environment within jobs

stages:
  - setup
@@ -38,7 +37,7 @@ prepare_and_install:
    - echo "Setup complete."
  artifacts:
    paths:
      - . # Pass the whole workspace including installed tools in venv (if used) and project
      - . # Pass the whole workspace and project
    expire_in: 1 hour

# --- Formatting and Linting Jobs (run sequentially using artifacts) ---