aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69084ddd..67824ac3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,10 +15,13 @@ lint:
- npm run lint
test:
- services:
- - firefox
stage: test
+ variables:
+ APT_CACHE_DIR: apt-cache
script:
+ - mkdir -pv $APT_CACHE_DIR && apt-get -qq update
+ - apt install firefox-esr -y --no-install-recommends
+ - firefox --version
- yarn
- npm run unit