diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61e9c4c39507edf333b98b2b171c12868028ac8b..f34343506540a70cffb52a1eea2c620071f2441e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,18 +5,6 @@ full: - git submodule update --init --recursive - python -m pip install -e . - python setup.py test - tags: - - docker - - cuda - artifacts: - paths: - - 'src/pyronn_torch/pyronn_layers_cpp.so' - -deploy: - stage: test - image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full - script: - - git submodule update --init --recursive - python setup.py bdist_wheel - python setup.py sdist tags: @@ -24,4 +12,5 @@ deploy: - cuda artifacts: paths: + - 'src/pyronn_torch/pyronn_layers_cpp.so' - 'dist'