diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95994cc..ba99f56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -12,7 +12,7 @@ stages: | |||
12 | install: | 12 | install: |
13 | stage: install | 13 | stage: install |
14 | script: | 14 | script: |
15 | - yarn install --cache-folder ../.yarn_cache | 15 | - yarn install --cache-folder .yarn_cache |
16 | 16 | ||
17 | build: | 17 | build: |
18 | stage: build | 18 | stage: build |