Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
7f18a3c9
Commit
7f18a3c9
authored
Mar 19, 2021
by
Edward Andò
Browse files
forgetting requirements-dev.txt in test stage
parent
03e74896
Pipeline
#62903
canceled with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7f18a3c9
...
@@ -15,7 +15,7 @@ build:
...
@@ -15,7 +15,7 @@ build:
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
pip install -r requirements
-dev
.txt
-
pip install -r requirements.txt
-
python setup.py install
-
python setup.py install
-
python setup.py test
-
python setup.py test
...
...
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