EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
vsq
Commits
b3989549
Commit
b3989549
authored
Oct 13, 2021
by
Fabian Schindler
Browse files
Simplifying CI config
parent
1a1399b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3989549
...
@@ -2,7 +2,7 @@ stages:
...
@@ -2,7 +2,7 @@ stages:
-
test
-
test
-
publish
-
publish
image
:
python:
latest
image
:
python:
3.8-slim
variables
:
variables
:
REDIS_HOST
:
redis
REDIS_HOST
:
redis
...
@@ -12,7 +12,6 @@ before_script:
...
@@ -12,7 +12,6 @@ before_script:
-
pip install .
-
pip install .
test
:
test
:
image
:
python:3.8-slim
services
:
services
:
-
redis:latest
-
redis:latest
script
:
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