Compare commits

...

1 Commits

Author SHA1 Message Date
Henry Jameson 6f9f0b08de test 2020-02-19 19:14:14 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ test:
variables: variables:
APT_CACHE_DIR: apt-cache APT_CACHE_DIR: apt-cache
script: script:
- df -h /dev/shm/
- mkdir -pv $APT_CACHE_DIR && apt-get -qq update - mkdir -pv $APT_CACHE_DIR && apt-get -qq update
- apt install firefox-esr -y --no-install-recommends - apt install firefox-esr -y --no-install-recommends
- firefox --version - firefox --version