Added secret key
This commit is contained in:
parent
6ee0b919b4
commit
1ad84d7a67
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ stages:
|
||||||
run_tests:
|
run_tests:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.12
|
image: python:3.12
|
||||||
|
variables:
|
||||||
|
SECRET_KEY: 'random_secret_key_for_ci'
|
||||||
before_script:
|
before_script:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install --no-cache-dir -r requirements/base.txt
|
- pip install --no-cache-dir -r requirements/base.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue