aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-12 14:38:30 +0200
committerHampusM <hampus@hampusmat.com>2021-08-12 14:38:30 +0200
commit30f0b2ee1f494be1786280040fb47ec18bde8a6d (patch)
tree9a5a1e880213683ee87187f632796df3f9f10a42 /.gitlab-ci.yml
parent108b469cbb09f911c9a52d4134a504d9b51ac30d (diff)
Fixed the pgp-related commit unit test problem
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6eb7cd..ce9d5aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,8 @@ yarn-install:
test:
stage: test
+ before_script:
+ - gpg --keyserver keys.openpgp.org --receive-keys 9C0309603A7DA7CE3F1B2CE7B7D6FB9B7AFDF0DE
script:
- yarn test --ci=true