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: ...@@ -3,10 +3,11 @@ stages:
- test:scripts - test:scripts
- test:monitoring - test:monitoring
- test:inputs - test:inputs
build: build:tests:
- stage: build stage: build
- python setup.py sdist --dist-dir=build script:
- python setup.py sdist --dist-dir=build
test:scripts: test:scripts:
stage: test:scripts stage: test:scripts
...@@ -35,7 +36,4 @@ test:inputs: ...@@ -35,7 +36,4 @@ test:inputs:
- vagrant --fixture=inputs -- destroy --force - vagrant --fixture=inputs -- destroy --force
when: on_success 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