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
bd322fc1
Commit
bd322fc1
authored
Jan 29, 2020
by
Philipp Reuber
Browse files
fix yml
parent
6e780f37
Pipeline
#234432
failed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd322fc1
...
...
@@ -35,7 +35,7 @@ test:import:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
-
pytest -v test_import.py
-
cd tests &&
pytest -v test_import.py
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags
:
-
docker
...
...
@@ -45,7 +45,7 @@ test:export-with-imported-files:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
-
pytest -v test_export_with_imported_files.py
-
cd tests &&
pytest -v test_export_with_imported_files.py
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags
:
-
docker
...
...
@@ -55,7 +55,7 @@ test:export-export:
variables
:
PYTHONPATH
:
"
build/Source/Python:Source/Python"
script
:
-
pytest -v test_export_with_exported_files.py
-
cd tests &&
pytest -v test_export_with_exported_files.py
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags
:
-
docker
\ No newline at end of file
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