diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 771cc4c..cb23307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,13 +42,13 @@ services: before_script: - echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_PASSWORD}\" }}}}" > ~/.lein/profiles.clj -build-and-test-cljs: +test-cljs: <<: *cljs stage: build_and_test script: - shadow-cljs compile test -build-and-test-clj: +test-clj: <<: *clj-upload stage: build_and_test script: