diff options
-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 7cd8a6dd..39a0e491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: - pip3 install pipenv - pipenv --version -test_mapreduce: +unittest_and_lint: script: - pipenv install --dev --deploy - pipenv run pytest --cov |