Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tuhlbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
User expired
tuhlbox
Commits
a5276629
Commit
a5276629
authored
3 years ago
by
Benjamin Murauer
Browse files
Options
Downloads
Patches
Plain Diff
added date debugs for pipeline
parent
8437059b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#52289
canceled
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
a5276629
...
...
@@ -2,14 +2,16 @@ image: python:3.7
tests
:
before_script
:
-
echo $HOME
-
echo $HTTP_PROXY
-
echo $HTTPS_PROXY
-
date
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
-
source $HOME/.poetry/env
-
poetry config virtualenvs.create
false
-
date
-
poetry install
-
date
-
python -m nltk.downloader punkt
-
date
-
python -c 'import stanza; stanza.download("en")'
-
date
script
:
-
pytest tests
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment