We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdf3e6 commit 39da3b5Copy full SHA for 39da3b5
.gitlab-ci.yml
@@ -1,8 +1,6 @@
1
stages:
2
- - system_setup
3
- - unit_test
4
- - field_test
5
-# - deploy
+ - tests
+# - deployment
6
7
image: python:3.5-slim-jessie
8
@@ -21,24 +19,16 @@ cache:
21
19
- .cache/pip
22
20
- venv/
23
24
-system_setup:
25
- stage: system_setup
+tests:
+ stage: tests
26
script:
27
- python -V # Print out python version for debugging
28
- pip install virtualenv
29
- virtualenv venv
30
- source venv/bin/activate
31
- pip install pytest
32
- pip install .
33
-
34
-unit_test:
35
- stage: unit_test
36
- script:
37
- pytest tests/*.py -v
38
39
-field_test:
40
- stage: field_test
41
42
- tests/structure_field_test.sh
43
- tests/fastStructure_field_test.sh
44
- tests/maverick_field_test.sh
0 commit comments