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

Update .gitlab-ci.yml

parent 8e5f38fd
No related branches found
No related tags found
No related merge requests found
Pipeline #33196 failed
...@@ -3,7 +3,8 @@ image: python:latest ...@@ -3,7 +3,8 @@ image: python:latest
pages: pages:
script: script:
- git clone https://github.com/httk/httk.git - git clone https://github.com/httk/httk.git
- source httk/init.shell - export PYTHONPATH="$PWD/httk/src:$PYTHONPATH"
- export PATH="$PWD/httk/bin:$PATH"
- python3 ./publish.py - python3 ./publish.py
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment