Skip to content
Snippets Groups Projects

Fix : CI avec lancement des tests unitaires

Merged Sarah Rubio requested to merge bugfix/CI into preprod
1 file
+ 1
7
Compare changes
  • Side-by-side
  • Inline
+ 1
7
@@ -24,13 +24,7 @@ default:
- paths:
- .apt/
# Defining the stages present in this pipeline
stages:
- build
# Running build stage
install_environment:
stage: build
tests:
script:
# Install dependencies and create associated cache dirs
- mkdir -p "${APT_STATE_LISTS}/partial"
Loading