Commit 6af67f74 authored by Ramon Nou's avatar Ramon Nou
Browse files

Update .gitlab-ci.yml file

parent c57dd71b
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ stages: # List of stages for jobs, and their order of execution
  - test
  - deploy

variables:
  BUILD_PATH:                   "${CI_PROJECT_DIR}/syscall/build"
  INSTALL_PATH:                 "${CI_PROJECT_DIR}/syscall/install"
  LD_LIBRARY_PATH:              "${CI_PROJECT_DIR}/deps/install/lib:${CI_PROJECT_DIR}/deps/install/lib64"

build-job:       # This job runs in the build stage, which runs first.
  stage: build
  image: gekkofs/deps:0.9.4-dev