Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ stages: # job. TODO: possibly a candidate for refactor / renaming later on. test: stage: test # tags: # - docker-executor tags: - docker-executor script: # - pipenv run python setup.py test - python3 setup.py test Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ stages: # job. TODO: possibly a candidate for refactor / renaming later on. test: stage: test # tags: # - docker-executor tags: - docker-executor script: # - pipenv run python setup.py test - python3 setup.py test Loading