Skip to content
Snippets Groups Projects
Commit e434c04b authored by nguyed99's avatar nguyed99
Browse files

Add presentation slides

parent caccff14
No related branches found
No related tags found
No related merge requests found
Pipeline #59684 passed
...@@ -17,6 +17,20 @@ test-jobs: ...@@ -17,6 +17,20 @@ test-jobs:
- export PYTHONPATH="$PYTHONPATH:$CI_PROJECT_DIR/jobs/src" - export PYTHONPATH="$PYTHONPATH:$CI_PROJECT_DIR/jobs/src"
- poetry run pytest jobs/tests/ - poetry run pytest jobs/tests/
test-tasks:
stage: test-tasks
script:
- pip install poetry
- poetry --version
- cd build/
- poetry install --no-root
- source $(poetry env info --path)/bin/activate
- cd ..
- export PYTHONPATH="$PYTHONPATH:$CI_PROJECT_DIR/tasks/src"
- poetry run pytest tasks/tests/
pages: pages:
stage: build-page stage: build-page
script: script:
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment