diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 12:00:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 12:00:47 -0800 |
commit | c95174f7c9ae887dc7e20b355f6f190eb3d6e731 (patch) | |
tree | f3dcd8f344f0d84ac67cd2e25b48f4043667ac88 | |
parent | 2e813da921513a4b4279a8cae2965138fbbacba3 (diff) | |
download | fatcat-c95174f7c9ae887dc7e20b355f6f190eb3d6e731.tar.gz fatcat-c95174f7c9ae887dc7e20b355f6f190eb3d6e731.zip |
fix gitlab pytest -E
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa3c4e35..c827f665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ unified_test: - pipenv install --dev --deploy - pipenv run pytest --cov # Just errors - - pipenv run -E fatcat*.py fatcat_tools fatcat_web + - pipenv run pytest -E fatcat*.py fatcat_tools fatcat_web rust_build_release: only: |