Skip to content
Snippets Groups Projects
Commit cd3984c6 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Remove test job

parent 7fb7bc27
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -33,19 +33,19 @@ build: ...@@ -33,19 +33,19 @@ build:
- pip3 install -e . - pip3 install -e .
# Tests # Tests
test: #test:
stage: test # stage: test
tags: # tags:
- docker # - docker
script: # script:
- pip3 install -e . # - pip3 install -e .
- nosetests # - nosetests
artifacts: # artifacts:
when: always # when: always
untracked: true # untracked: true
paths: # paths:
- build/ # - build/
expire_in: 8d # expire_in: 8d
# Doc generation # Doc generation
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment