Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Merge requests
!16
handle station type
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
handle station type
lukas_issue023_feat_join-set-station-type
into
develop
Overview
0
Commits
17
Pipelines
2
Changes
12
Merged
handle station type
Ghost User
requested to merge
lukas_issue023_feat_join-set-station-type
into
develop
Dec 2, 2019
Overview
0
Commits
17
Pipelines
2
Changes
12
0
0
Merge request reports
Compare
develop
version 1
22382091
Dec 2, 2019
develop (base)
and
latest version
latest version
aed8d98b
17 commits,
Dec 2, 2019
version 1
22382091
16 commits,
Dec 2, 2019
12 files
+
122
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
CI/run_pytest.sh
+
6
−
6
View file @ aed8d98b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,14 +6,14 @@ python3 -m pytest --html=report.html --self-contained-html test/ | tee test_resu
IS_FAILED
=
$?
# move html test report
mkdir test
/
mkdir
test
_results
/
BRANCH_NAME
=
$(
echo
-e
"
${
CI_COMMIT_REF_NAME
////_
}
"
)
mkdir test
/
${
BRANCH_NAME
}
mkdir test
/recent
cp
report.html
test
/
${
BRANCH_NAME
}
/.
cp
report.html
test
/recent/.
mkdir
test
_results
/
${
BRANCH_NAME
}
mkdir
test
_results
/recent
cp
report.html test
_results
/
${
BRANCH_NAME
}
/.
cp
report.html test
_results
/recent/.
if
[[
"
${
CI_COMMIT_REF_NAME
}
"
=
"master"
]]
;
then
cp
-r
report.html
test
/.
cp
-r
report.html test
_results
/.
fi
# exit 0 if no tests implemented
Loading