diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa41fbd25f321a989710c2a3d6be97bd5d2f7d3a..3ce5e624de3a8dd93f60e45cfaeb08bee790190e 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
@@ -178,8 +178,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