diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4db0f019a36a2395442f0a519ed610f5ed11521..66049b3d08ff3ef619035a1a4021216ec4c176c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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