diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe1b67d..6459960 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,10 @@ lint: - if: '$CI_COMMIT_MESSAGE =~ /lint/' build-job: # This job runs in the build stage, which runs first. stage: build - image: r.sectorq.eu/jaydee/builder-portainer:latest + # image: r.sectorq.eu/jaydee/builder-portainer:latest before_script: - export PYTHONPATH=$PWD + - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit hvac script: - mkdir -p ~/.ssh - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa