Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 148 B
    
    upstream_tests:
      image: registry.gitlab.com/gitlab-ci-utils/docker-puppeteer:latest
      before_script:
        - npm ci
      script:
        - npm run test:ci