Skip to content
Snippets Groups Projects
Commit 7b4334bb authored by Michael Boniface's avatar Michael Boniface
Browse files

Update .gitlab-ci.yml

parent 44cf61f9
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,11 @@ stages:
- test:scripts
- test:monitoring
- test:inputs
build:
- stage: build
- python setup.py sdist --dist-dir=build
build:tests:
stage: build
script:
- python setup.py sdist --dist-dir=build
test:scripts:
stage: test:scripts
......@@ -35,7 +36,4 @@ test:inputs:
- vagrant --fixture=inputs -- destroy --force
when: on_success
\ No newline at end of file
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