From 1ad84d7a67b6f4d7bce5efeba09f83a9fb4043b7 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sat, 20 Dec 2025 21:05:06 +0000 Subject: [PATCH] Added secret key --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed92a41..735a750 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: run_tests: stage: test image: python:3.12 + variables: + SECRET_KEY: 'random_secret_key_for_ci' before_script: - python -m pip install --upgrade pip - pip install --no-cache-dir -r requirements/base.txt