Skip to content
Snippets Groups Projects
Commit ba84e04f authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

imports failing..?

parent eae2756f
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ stages: ...@@ -7,11 +7,11 @@ stages:
install_dependencies: install_dependencies:
stage: build stage: build
script: script:
- pwd
- ls
- cat requirements.txt
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pip3 list
test_guru: test_guru:
stage: test stage: test
script: python3 guru.py -h script:
- pip3 list
- python3 guru.py -h
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