diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2020-12-09 11:46:10 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2020-12-09 11:46:10 -0800 | 
| commit | 7b862c4277754580012bbba0b121f90d8a380dbd (patch) | |
| tree | b8454177d54d2a0ee0b7d1ddd3fe8791f511888f | |
| parent | a0bf87d7e397f65a1b6ca856bfc887239cbc3830 (diff) | |
| download | fatcat-scholar-7b862c4277754580012bbba0b121f90d8a380dbd.tar.gz fatcat-scholar-7b862c4277754580012bbba0b121f90d8a380dbd.zip  | |
try adding accessibility stage, pointing at global sites (not review)
| -rw-r--r-- | .gitlab-ci.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f91f0ae..45c708e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,13 @@ before_script:  variables:    LC_ALL: "C.UTF-8"    LANG: "C.UTF-8" +  a11y_urls: "https://scholar-qa.archive.org https://scholar-qa.archive.org/search?q=vision https://openlibrary.org https://archive.org/details/editionofoneauto0000powe"  test_python:    script:      - pipenv install --dev --deploy      - make test + +include: +  - template: "Verify/Accessibility.gitlab-ci.yml" +  | 
