Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id2
S
Software
S
services
FAIR
Software Quality Assurance
Commits
86c44867
Commit
86c44867
authored
May 19, 2020
by
Maximilian Dolling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
cc7f34e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
No files found.
.gitlab-ci.yml
View file @
86c44867
...
...
@@ -102,7 +102,10 @@ test:unittest:
-
pip install -r test/unittests/requirements.txt
script
:
-
python test/unittests/test_generate_report.py
only
:
changes
:
-
"
**/*.py"
-
"
**/*.yml"
test:dev:
stage
:
test
...
...
@@ -132,6 +135,7 @@ test:dev:
-
"
build/**/*"
-
"
src/**/*"
-
"
test/**/*"
-
"
**/*.yml"
artifacts
:
paths
:
-
meta
...
...
@@ -167,6 +171,7 @@ test:production:
-
"
build/**/*"
-
"
src/**/*"
-
"
test/**/*"
-
"
**/*.yml"
artifacts
:
paths
:
-
/repo/meta
...
...
Write
Preview
Markdown
is supported
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