From 8007b83f74c8887f1c11544ad7bf8bda629e6bcb Mon Sep 17 00:00:00 2001 From: Agate <me@agate.blue> Date: Thu, 25 Feb 2021 18:24:35 +0100 Subject: [PATCH] Fixed failed pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eddd8124..3cf46129 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,9 +27,8 @@ review: variables: GIT_STRATEGY: clone VUE_APP_ROUTER_BASE_URL: /-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/review/ - PYTHON: python3 before_script: - - apt-get update && apt-get install -y jq + - apt-get update && apt-get install -y jq python2 - yarn install script: - yarn lint -- GitLab