summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-08 16:04:32 -0500
committerMike Greiling <mike@pixelcog.com>2017-08-08 16:35:44 -0500
commitb411d3cd799198e816e8cf682667f9a9953e6f38 (patch)
tree221fd1d6e25b919dd83a785ea23f7172f7ad175f
parent224a7a7c7193f5d64d02e091b3bc3c4ccc7f5ed6 (diff)
downloadgitlab-ce-9-3-stable-fix-cache.tar.gz
bypass faulty cache for node_modules9-3-stable-fix-cache
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1139c4419cf..e696888087d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -286,6 +286,8 @@ static-analysis:
<<: *except-docs
stage: test
script:
+ - rm -r node_modules
+ - yarn install --pure-lockfile
- scripts/static-analysis
# Documentation checks:
@@ -448,6 +450,8 @@ karma:
variables:
BABEL_ENV: "coverage"
script:
+ - rm -r node_modules
+ - yarn install --pure-lockfile
- bundle exec rake karma
coverage: '/^Statements *: (\d+\.\d+%)/'
artifacts: