Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
84
Issues
84
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Video AG Infrastruktur
website
Commits
e2c3db21
Commit
e2c3db21
authored
Dec 10, 2017
by
Andreas Valder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable sing test because it is broken
parent
619afacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+6
-4
No files found.
.gitlab-ci.yml
View file @
e2c3db21
unittest
:
image
:
python:3-
stretch
image
:
debian:
stretch
stage
:
test
script
:
-
apt update
-
apt install python3
-
python3 -V
-
uname -a
-
apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
...
...
@@ -17,16 +18,17 @@ unittest:
-
report.txt
livetest
:
image
:
python:3-
stretch
image
:
debian:
stretch
stage
:
test
script
:
-
apt update
-
apt install python3
-
python3 -V
-
uname -a
-
apt install -y python3-requests
-
./tests/urlcheck_sinf.py
-
#
./tests/urlcheck_sinf.py
deploy
totest
:
deploy
_staging
:
image
:
archlinux
stage
:
deploy
script
:
...
...
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