diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-09 11:55:21 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-12-09 11:55:21 -0800 |
commit | b4bae322388ea3bb3c99d99630a481326d52c345 (patch) | |
tree | cfcdfa2d4a53413e73b3fbe6481b9556c2ab7df5 | |
parent | 7b862c4277754580012bbba0b121f90d8a380dbd (diff) | |
download | fatcat-scholar-b4bae322388ea3bb3c99d99630a481326d52c345.tar.gz fatcat-scholar-b4bae322388ea3bb3c99d99630a481326d52c345.zip |
iterate on test thingx-attic-gitlab-a11y
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45c708e..8a0ab54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,7 @@ -# This image comes with: -# - ubuntu:xenial (what IA infrastructure runs circa spring 2020) -# - python3 dev setup -# - pipenv -image: "bnewbold/fatcat-test-base:latest" - -before_script: - - pipenv --version +stages: + - accessibility + - test variables: LC_ALL: "C.UTF-8" @@ -14,10 +9,17 @@ variables: 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: + # This image comes with: + # - ubuntu:xenial (what IA infrastructure runs circa spring 2020) + # - python3 dev setup + # - pipenv + image: "bnewbold/fatcat-test-base:latest" + stage: test + before_script: + - pipenv --version script: - pipenv install --dev --deploy - make test include: - template: "Verify/Accessibility.gitlab-ci.yml" - |