Skip to content

Commit 39da3b5

Browse files
committed
Back to a single stage CI process
1 parent 4fdf3e6 commit 39da3b5

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
stages:
2-
- system_setup
3-
- unit_test
4-
- field_test
5-
# - deploy
2+
- tests
3+
# - deployment
64

75
image: python:3.5-slim-jessie
86

@@ -21,24 +19,16 @@ cache:
2119
- .cache/pip
2220
- venv/
2321

24-
system_setup:
25-
stage: system_setup
22+
tests:
23+
stage: tests
2624
script:
2725
- python -V # Print out python version for debugging
2826
- pip install virtualenv
2927
- virtualenv venv
3028
- source venv/bin/activate
3129
- pip install pytest
3230
- pip install .
33-
34-
unit_test:
35-
stage: unit_test
36-
script:
3731
- pytest tests/*.py -v
38-
39-
field_test:
40-
stage: field_test
41-
script:
4232
- tests/structure_field_test.sh
4333
- tests/fastStructure_field_test.sh
4434
- tests/maverick_field_test.sh

0 commit comments

Comments
 (0)