diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4339de7..a941cf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ lint: build-job: # This job runs in the build stage, which runs first. stage: build image: r.sectorq.eu/jaydee/builder-portainer:latest + before_script: + - export PYTHONPATH=$PWD script: - mkdir -p ~/.ssh - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa