Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ before_script: # It is also specified that only the master branch will be subject of this job. test: script: - pip install -r requirements.txt - python setup.py test - ls -la - mkdir .public Loading @@ -31,5 +32,5 @@ test: artifacts: paths: - public only: - master # only: # - master Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ before_script: # It is also specified that only the master branch will be subject of this job. test: script: - pip install -r requirements.txt - python setup.py test - ls -la - mkdir .public Loading @@ -31,5 +32,5 @@ test: artifacts: paths: - public only: - master # only: # - master