From fffbb922db934539b4c0d6be59d49964a8a01361 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Wed, 5 Jul 2023 12:33:24 +0200
Subject: [PATCH] Try to force direct file path

---
 .gitlab-ci.yml | 3 +--
 setup.sh       | 0
 2 files changed, 1 insertion(+), 2 deletions(-)
 mode change 100644 => 100755 setup.sh

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d32edec45..113fa71a6 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
-- 
GitLab