Skip to content
Snippets Groups Projects
Commit 0c189697 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : missing ci stage

parent 480434e4
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,11 @@ ...@@ -4,14 +4,11 @@
############################################################################### ###############################################################################
stages: stages:
# Analyse code
- static_analysis - static_analysis
# Build Aidge
- build - build
# Unit test stage
- test - test
# Code coverage
- coverage - coverage
- release
include: include:
- project: 'eclipse/aidge/gitlab_shared_files' - project: 'eclipse/aidge/gitlab_shared_files'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment