diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b59f9e2d6566d0d4b21faa5f0888e1bf9606de34..77c8cfdb6ef49a79cca21a8d7b00dcec941bd1d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ review_front: when: manual allow_failure: true before_script: - - apt-get update - - apt-get install jq -y + - curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 + - chmod +x /usr/local/bin/jq - cd front script: - yarn install @@ -184,8 +184,8 @@ build_front: stage: build image: node:9 before_script: - - apt-get update - - apt-get install jq -y + - curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 + - chmod +x /usr/local/bin/jq - cd front script: - yarn install