Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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) --- Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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) --- Loading