summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0a0bab421eea9c9729060bae175c87b3a553d2ac (plain)
1
2
3
4
5
6
7
test:
  image: golang:1.24-alpine
  variables:
    PLAYWRIGHT_NODEJS_PATH: /usr/bin/node
  script:
    - apk add --no-cache bash build-base firefox chromium git go make nodejs npm openssl-dev ruby ruby-bundler ruby-dev
    - make