Skip to content
Snippets Groups Projects
Commit 92934161 authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed pipeline problem.

parent 662647a4
No related branches found
No related tags found
No related merge requests found
Pipeline #83883 failed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
...@@ -40,8 +40,7 @@ run-tox-pipeline: ...@@ -40,8 +40,7 @@ run-tox-pipeline:
- . venv/bin/activate - . venv/bin/activate
script: script:
- echo DATABASE_URI_TEST="$DATABASE_URI_TEST" - export DATABASE_URI_TEST="$DATABASE_URI_TEST"
- echo $env
- pip install tox - pip install tox
- tox - tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment