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
pub
SupportPortal-aid
Commits
1a3464e2
Commit
1a3464e2
authored
Mar 29, 2021
by
Virgile Gerecke
🤘
Browse files
Switch CI to docker images
parent
3be79453
Pipeline
#50451
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a3464e2
...
...
@@ -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
.
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