Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
0a88bb16
Commit
0a88bb16
authored
Feb 12, 2020
by
Philipp Reuber
Browse files
merge test stages into one stage
parent
85322c8f
Pipeline
#240602
passed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0a88bb16
...
@@ -5,9 +5,7 @@ variables:
...
@@ -5,9 +5,7 @@ variables:
stages
:
stages
:
-
prepare
-
prepare
-
generate
-
generate
-
test-import
-
test
-
test-export-with-imported-files
-
test-export-with-exported-files
docker
:
docker
:
...
@@ -31,7 +29,7 @@ documentation:
...
@@ -31,7 +29,7 @@ documentation:
-
docker
-
docker
test:import:
test:import:
stage
:
test
-import
stage
:
test
variables
:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
script
:
...
@@ -42,7 +40,7 @@ test:import:
...
@@ -42,7 +40,7 @@ test:import:
-
docker
-
docker
test:export-with-imported-files:
test:export-with-imported-files:
stage
:
test
-export-with-imported-files
stage
:
test
variables
:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
script
:
...
@@ -53,7 +51,7 @@ test:export-with-imported-files:
...
@@ -53,7 +51,7 @@ test:export-with-imported-files:
-
docker
-
docker
test:export-export:
test:export-export:
stage
:
test
-export-with-exported-files
stage
:
test
variables
:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment