From caaefa3aa2603b762a23200231088d997c572de1 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 21 Jan 2021 18:20:05 -0600 Subject: [PATCH] ci: try using npx --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62dbee3..2de8094 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test: stage: test script: # Make sure the commits follow our rules. - - yarn install --frozen-lockfile + - npx yarn install --frozen-lockfile - if [ $CI_BUILD_BEFORE_SHA == "0000000000000000000000000000000000000000" ]; then npx commitlint --to=HEAD; else npx commitlint --from=$CI_BUILD_BEFORE_SHA; fi # Build and test the project.