diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4221e4633cd5b1207538b19a252acbb955137a19..6496dff12f7df6d60fc1fd32714dc2a9e9fc9805 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,11 @@ bundle_and_test: only: - master -test_api: - stage: test - script: - - pip3 install tox - - tox +# test_api: +# stage: test +# script: +# - pip3 install tox +# - tox pages: stage: deploy