From cf464e8918ee301a6152e646c1b0a58d8dcc61e2 Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 31 Oct 2020 19:43:07 +0100 Subject: [PATCH] fix CI?? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4b1f49..3e27387 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ front-lint: image: node:15-alpine allow_failure: true before_script: - - apk add python make + - apk add python build-base cmake script: - cd front - yarn @@ -11,7 +11,7 @@ front-lint: front-build: image: node:15-alpine before_script: - - apk add python make + - apk add python build-base cmake script: - cd front - yarn