Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
SupportPortal-aid
Commits
4f5856a9
Commit
4f5856a9
authored
Mar 29, 2021
by
Virgile Gerecke
🤘
Browse files
Merge branch 'feature/docker' into 'develop'
Switch CI to docker images See merge request
!40
parents
3be79453
1a3464e2
Pipeline
#50452
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f5856a9
...
...
@@ -4,8 +4,7 @@ stages:
unittest
:
stage
:
test
tags
:
-
python3.5
image
:
python:3.8-buster
script
:
-
pip3 install -r requirements.txt
-
python3 verify.py
...
...
@@ -13,6 +12,7 @@ unittest:
pages
:
stage
:
deploy
image
:
python:3.8-buster
script
:
-
pip3 install -r requirements.txt
-
python3 rss.py
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment