Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
punctuator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
punctuator
Commits
06a17dc3
There was an error fetching the commit references. Please try again later.
Commit
06a17dc3
authored
1 year ago
by
bwalkow
Browse files
Options
Downloads
Patches
Plain Diff
Run tests
parent
b75ece21
1 merge request
!21
Fix
Pipeline
#13684
canceled with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab-ci.yml
with
0 additions
and
4 deletions
.gitlab-ci.yml
+
0
−
4
View file @
06a17dc3
...
...
@@ -21,8 +21,6 @@ pep8:
tests
:
stage
:
tests
only
:
-
master
before_script
:
-
pip install tox==3.18.1
-
apt-get update && apt-get install -y openjdk-8-jdk && apt-get install -y ant && apt-get clean
...
...
@@ -41,8 +39,6 @@ tests:
pages
:
stage
:
pages
only
:
-
master
script
:
-
mkdir -p public/coverage
-
cp -r htmlcov/* public/coverage/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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