diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9f70621b661113f6f979e95176cfd54412fb741..f5edb38040a3f75d41afea2d5444763f26ddf4f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -211,6 +211,11 @@ pages: - sudo apt-get -y install python3-pip python3.${PYVERSION}-full - export LISA_PYTHON=python3.${PYVERSION} + # This avoids the error: Missing gitlab-runner. Uploading artifacts is disabled. + # https://docs.gitlab.com/runner/install/linux-repository.html + - curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash + - sudo apt-get install gitlab-runner + script: - | function lisa_python() {