Skip to content
Snippets Groups Projects
Commit 52139df6 authored by Rickard Armiento's avatar Rickard Armiento
Browse files

Update .gitlab-ci.yml

parent c329fb71
No related branches found
No related tags found
No related merge requests found
Pipeline #33197 passed
...@@ -2,6 +2,7 @@ image: python:latest ...@@ -2,6 +2,7 @@ image: python:latest
pages: pages:
script: script:
- pip3 install docutils
- git clone https://github.com/httk/httk.git - git clone https://github.com/httk/httk.git
- export PYTHONPATH="$PWD/httk/src:$PYTHONPATH" - export PYTHONPATH="$PWD/httk/src:$PYTHONPATH"
- export PATH="$PWD/httk/bin:$PATH" - export PATH="$PWD/httk/bin:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment