Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
60a60e65
Commit
60a60e65
authored
Mar 13, 2018
by
Guilhem Saurel
Browse files
invert build & test
parent
da9a9f0c
Pipeline
#429
passed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
60a60e65
...
...
@@ -6,16 +6,16 @@ variables:
DB
:
"
db.sqlite3"
DEPLOY_URL
:
"
http://rainboard.laas.fr/deploy"
build
:
stage
:
build
test
:
stage
:
test
image
:
python:alpine
before_script
:
-
pip install flake8
script
:
-
flake8
test
:
stage
:
test
build
:
stage
:
build
image
:
docker
script
:
-
docker build -t ${CI_PROJECT_NAME} .
...
...
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