diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d32edec4537fa5799f3cfa472fe2ef27777e370c..113fa71a6578e3d864d0924152225f5a21b22bc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG variables: GIT_SUBMODULE_STRATEGY: recursive PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + PIP_REQUIREMENTS_FILE: "tangostationcontrol/requirements.txt" cache: key: $CI_COMMIT_REF_SLUG paths: @@ -338,8 +339,6 @@ sast: dependency_scanning: stage: static-analysis - variables: - PIP_REQUIREMENTS_FILE: "tangostationcontrol/requirements.txt" secret_detection: stage: static-analysis diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755