Merge remote-tracking branch 'gitlab/test' into test

This commit is contained in:
bacon
2024-03-18 02:27:15 +03:00

View File

@@ -27,7 +27,7 @@ unittest:
- $CI_PROJECT_DIR/venv/
before_script:
- cd $CI_PROJECT_DIR
- pip install --upgrade pip
- pip install --upgrade --quiet pip
- python -m venv venv
- chmod u+x venv/bin/activate
- source venv/bin/activate
@@ -54,9 +54,7 @@ qodana:
variables:
QODANA_TOKEN: "$qodana_token2"
before_script:
- echo $QODANA_TOKEN
- echo $qodana_token2
- pip install --upgrade pip
- pip install --upgrade --quiet pip
- cd $CI_PROJECT_DIR/
- python -m venv venv
- chmod u+x venv/bin/activate