Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1614
PIPELINE TESTING: Playing with shared/workspaces testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PIPELINE TESTING: Playing with shared/workspaces testing
playing-with-shared-testing
into
2.8.4-DEVELOPMENT
Overview
6
Commits
56
Pipelines
40
Changes
1
1 unresolved thread
Hide all comments
Merged
Charlotte Hausman
requested to merge
playing-with-shared-testing
into
2.8.4-DEVELOPMENT
1 year ago
Overview
6
Commits
56
Pipelines
40
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
18886353
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
18886353
fix unit-test script to find shared directories
· 18886353
Charlotte Hausman
authored
9 months ago
ci/unit-test.template.yml
+
1
−
1
Options
@@ -6,7 +6,7 @@
# use the poetry virtual environment and packages
-
poetry install --with test
-
pwd
-
$(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}{SERVICE_NAME} --junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}${SERVICE_NAME} --cov-report=
-
$(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}
$
{SERVICE_NAME} --junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}${SERVICE_NAME} --cov-report=
-
mv ./.coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
-
mv ./tests.xml ${CI_PROJECT_DIR}/tests.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}.xml
artifacts
:
Loading