Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,4 +36,5 @@ unit-test-job: # This job runs in the test stage. - python3 --version - pip install -r requirements.txt - sh install.sh - export PATH=$HOME/.local/bin:$PATH - pytest Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,4 +36,5 @@ unit-test-job: # This job runs in the test stage. - python3 --version - pip install -r requirements.txt - sh install.sh - export PATH=$HOME/.local/bin:$PATH - pytest